Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

In flow matching, a coupling determines how noise and data samples are paired during training. The choice of coupling is important because it influences the geometry of trajectories at inference time. The simplest choice is the independent coupling, where noise and data points are paired arbitrarily. This can lead...

65,253 görüntüleme • 2 ay önce •via X (Twitter)

0 Yorum

Yorum bulunmuyor

Orijinal gönderinin yorumları burada görünecek

Benzer Videolar

What if you kept asking an LLM to "make it better"? In some recent work at FAIR, we investigate how we can efficiently use RL to fine-tune LLMs to iteratively self-improve on their previous solutions at inference-time. Training for iterated self-improvement can be costly. The naive approach to training for K self-improvement steps leads to K times the number of rollout steps per episode. We introduce Exploratory Iteration (ExIt), an RL-based automatic curriculum method that bootstraps diverse training distributions of self-improvement tasks by upcycling the LLM's own responses at previous turns as the starting points for both self-improvement and *self-divergence.* In order to decide what task to train on next, the curriculum prioritizes sampling of partial turn histories that led to higher return variance in its GRPO group (a learnability score that comes for free). This automatic curriculum over the bootstrapped task space teaches the model how to perform iterated self-improvement while only ever training the model on single-step self-improvement tasks. We look at ExIt's impact in both single-turn (contest math problems) and multi-turn (BFCLv3 multi-turn tasks), as well as MLE-bench, where the LLM is run in a search scaffold to produce solutions to real Kaggle competitions. Across these eval settings, we find ExIt produces models with greater capacity for inference-time self-improvement compared to GRPO. Notably, ExIt models can self-improve on test tasks for many more steps than the typical solution depth encountered during training, including a 22% improvement in MLE-bench performance compared to GRPO.

Minqi Jiang

41,066 görüntüleme • 10 ay önce

Depth Any Video with Scalable Synthetic Data AI physicists and chemists continue to make strides in depth estimation from video. Check out this new paper featuring some impressive examples. See the thread for more details (unfortunately no code yet). Abstract: Video depth estimation has long been hindered by the scarcity of consistent and scalable ground truth data, leading to inconsistent and unreliable results. In this paper, we introduce Depth Any Video, a model that tackles the challenge through two key innovations. First, we develop a scalable synthetic data pipeline, capturing real-time video depth data from diverse game environments, yielding 40,000 video clips of 5-second duration, each with precise depth annotations. Second, we leverage the powerful priors of generative video diffusion models to handle real-world videos effectively, integrating advanced techniques such as rotary position encoding and flow matching to further enhance flexibility and efficiency. Unlike previous models, which are limited to fixed-length video sequences, our approach introduces a novel mixed-duration training strategy that handles videos of varying lengths and performs robustly across different frame rates 0 - even on single frames. At inference, we propose a depth interpolation method that enables our model to infer high-resolution video depth across sequences of up to 150 frames. Our model outperforms all previous generative depth models in terms of spatial accuracy and temporal consistency.

MrNeRF

27,428 görüntüleme • 1 yıl önce

Contrail lesson! 1. “Chemtrails” don’t exist. Just to get that out of the way. 2. Observe the satellite loop and Skew-T chart. In the IR satellite loop you can see yesterday, the West Coast had a decent short wave ridge suppressing moisture over California and Nevada. Today, you can see moisture from a low pressure over the Pacific spilling over the ridge that is now moving east of California. This is upper level moisture ADVECTING into the area. This upper level moisture is mainly above the 500mb level, or 20,000ft. 3. Now observe the Skew-T chart. Particularly clue into the 300mb level. This is a perfect example of what I talk about all the time, and why it’s important to pay attention to the 300mb level. This moisture layer is advecting particularly at the 300mb level, and synoptic scale cirrus development, and advection, typically occurs at 300mb. This is key because aircraft are flying at and above the 300mb level. 4. So, lastly, observe the pictures that I took of the sky over northern Nevada at the time of this post. You can see the layer of cirrus as well as contrails persisting in that moisture layer, exactly as depicted in the satellite shot AND confirmed by the Skew-T chart. Keep in mind that temperatures at this level of the atmosphere are typically -20 to -50°C. In this case, you can see that the temperature at 300mb is -40°C and relative humidities at this level are far different than what you experience at the surface. Any decrease in the gap between temperature and dewpoint at this level can significantly increase the relative humidity. This is why it’s referred to as “relative”because it’s far different than temperatures and dew points at the surface. So, to bring it all together, aircraft flying at these altitudes, which most commercial and military aircraft do, injecting warm, moist air from the engines rapidly into the super cooled environment, not only instantly form contrails, but when relative humidities are as depicted in this example, will enable contrails to persist for hours at a time supported by the moisture existing in that layer. This is what causes persistent contrails. These ARE NOT “chemtrails” and because they persist, does not, and will not ever, make them “chemtrails.” Now that you all needed your government to tell you that climate change was a hoax and I’ve been telling you for years that the “Geoengineering” and “chemtrail” nonsense are propaganda directly related to the climate change hoax, hopefully you can take some time to learn the basics of the atmosphere and understand what I’m showing you here, and how it works, so you’re not fooled by climate propaganda going forward. Thank you for your attention to this matter. 💪🏼🇺🇸

Dylan Tucker

26,804 görüntüleme • 8 ay önce

Model-Free Reinforcement Learning (MFRL) has been alluring, especially with supercharged compute with physics on GPU. However, the methods use 0-th order gradients, and are often not the best optimizers. Can we do better than PPO in continuous control for robotics? Turns out yes! 🥳 tl;dr: Faster, better RL than PPO in continuous control 💪 The answer lies in using more information from the simulation. We are juicing the simulation on GPU as it is, why not use it for gradients as well? This has been a driving question in a series of our works. We first studied this problem in ICLR 2022 paper on Short Horizon Actor Critic Naive gradient based methods are stuck in local minima and have exploding/vanishing gradients. SHAC solved this problem truncated rollouts and model based value estimation, where the model is Differentiable Sim. This boosted sample efficiency and wall-clock time immensely especially in high dimensional systems such as humanoids Yet, given enough compute PPO often caught up. Our follow up paper on on Adaptive Horizon Actor Critic at ICML 2024 discovers the cause and provides a fix. However, we find that even when given ground-truth dynamics, not all gradients are useful due to sample error. 1st-Order Model-Based Reinforcement Learning methods employing differentiable simulation provide gradients with reduced variance but are susceptible to bias in scenarios involving stiff dynamics, such as physical contact. We find that back-propagating through contact and long trajectories drastically reduces gradient accuracy. Using this insight, we propose AHAC to dynamically adapt its roll-out horizon to avoid differentiating through stiff contact. AHAC is a first-order model-based RL algorithm that learns high-dimensional tasks in minutes (wall clock) and outperforms PPO by 40%, even in the limit of data provided to PPO. This work is led by Ignat Georgiev alongside Krishnan Srinivasan, Jie Xu, Eric Heiden and ample assistance from warp team at NVIDIA Robotics (Miles Macklin)

Animesh Garg

52,300 görüntüleme • 2 yıl önce