paper-with-me

홈 › Papers

Learning to Scale Logits for Temperature-Conditional GFlowNets

2023-10-04 · Minsu Kim, Joohwan Ko, Taeyoung Yun, Dinghuai Zhang, Ling Pan, Woochang Kim, Jinkyoo Park, Emmanuel Bengio, Yoshua Bengio

GFlowNets are probabilistic models that sequentially generate compositional structures through a stochastic policy. Among GFlowNets, temperature-conditional GFlowNets can introduce temperature-based controllability for exploration and exploitation. We propose \textit{Logit-scaling GFlowNets} (Logit-GFN), a novel architectural design that greatly accelerates the training of temperature-conditional GFlowNets. It is based on the idea that previously proposed approaches introduced numerical challenges in the deep network training, since different temperatures may give rise to very different gradient profiles as well as magnitudes of the policy's logits. We find that the challenge is greatly reduced if a learned function of the temperature is used to scale the policy's logits directly. Also, using Logit-GFN, GFlowNets can be improved by having better generalization capabilities in offline learning and mode discovery capabilities in online learning, which is empirically verified in various biological and chemical tasks. Our code is available at \url{https://github.com/dbsxodud-11/logit-gfn}

📄 PDF Abstract BibTeX arXiv:2310.02823

Code (1)

dbsxodud-11/logit-gfn 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Global-Order GFlowNets

2025-04-03 · Lluís Pastor-Pérez, Javier Alonso-Garcia, Lukas Mauch

Order-Preserving (OP) GFlowNets have demonstrated remarkable success in tackling complex multi-objective (MOO) black-box optimization problems using stochastic optimization techniques. Specifically, they can be trained o…

Stochastic Optimization

Adaptive Temperature Based on Logits Correlation in Knowledge Distillation

2025-03-12 · Kazuhiro Matsuyama, Usman Anjum, Satoko Matsuyama, Tetsuo Shoda 외

Knowledge distillation is a technique to imitate a performance that a deep learning model has, but reduce the size on another model. It applies the outputs of a model to train another model having comparable accuracy. Th…

Knowledge Distillation

Soft-to-Hard Routing in Sparse Mixture-of-Experts Models

2026-05-04 · Reza Rastegar arxiv

Softmax routing approaches hard top-1 routing as the temperature tends to zero, but the limiting passage is singular at router ties. This paper develops a boundary-layer calculus for this soft-to-hard limit in population…

Top-$nσ$: Not All Logits Are You Need

2024-11-12 · Chenxia Tang, Jianchun Liu, Hongli Xu, Liusheng Huang

Large language models (LLMs) typically employ greedy decoding or low-temperature sampling for reasoning tasks, reflecting a perceived trade-off between diversity and accuracy. We challenge this convention by introducing …

AllDiversity

Discovering Latent Graphs with GFlowNets for Diverse Conditional Image Generation

2025-10-25 · Bailey Trang, Parham Saremi, Alan Q. Wang, Fangrui Huang 외 arxiv

Capturing diversity is crucial in conditional and prompt-based image generation, particularly when conditions contain uncertainty that can lead to multiple plausible outputs. To generate diverse images reflecting this di…

Conditional Image Generation