Machine learning books and papers
23.3K subscribers
987 photos
55 videos
929 files
1.33K links
Download Telegram
با عرض سلام ما برای یکی از مقالاتمون در حوزه ی پزشکی نیاز به نفر ۴ ام داریم با قبولی شرایط پرداخت میتونیم اضافه کنیم.

@Raminmousa
Machine learning books and papers pinned «با عرض سلام ما برای یکی از مقالاتمون در حوزه ی پزشکی نیاز به نفر ۴ ام داریم با قبولی شرایط پرداخت میتونیم اضافه کنیم. @Raminmousa»
🔹 Title: Visual-CoG: Stage-Aware Reinforcement Learning with Chain of Guidance for Text-to-Image Generation

🔹 Publication Date: Published on Aug 25

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2508.18032
• PDF: https://arxiv.org/pdf/2508.18032

@Machine_learn
1
ComputerRL: Scaling End-to-End Online Reinforcement Learning for Computer Use Agents

📚 Read


@Machine_learn
1👍1
Attacking LLMs and AI Agents: Advertisement Embedding Attacks Against LLMs

📚 Paper

@Machine_learn
1👍1🔥1
📃 Energy-Based Transformers are Scalable Learners and Thinkers

Inference-time computation techniques, analogous to human System 2 Thinking, have recently become popular for improving model performances. In this paper, we ask the question "Is it possible to generalize these System 2 Thinking approaches, and develop models that learn to think solely from unsupervised learning?" Interestingly, we find the answer is yes, by learning to explicitly verify the compatibility between inputs and candidate-predictions, and then re-framing prediction problems as optimization with respect to this verifier. Specifically, we train Energy-Based Transformers (EBTs) -- a new class of Energy-Based Models (EBMs) -- to assign an energy value to every input and candidate-prediction pair, enabling predictions through gradient descent-based energy minimization until convergence. Across both discrete (text) and continuous (visual) modalities, we find EBTs scale faster than the dominant Transformer++ approach during training, achieving an up to 35% higher scaling rate with respect to data, batch size, parameters, FLOPs, and depth. During inference, EBTs improve performance with System 2 Thinking by 29% more than the Transformer++ on language tasks, and EBTs outperform Diffusion Transformers on image denoising while using fewer forward passes.


@Machine_learn