<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: schopra909</title><link>https://news.ycombinator.com/user?id=schopra909</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 27 Aug 2026 06:17:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=schopra909" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by schopra909 in "Getting video models to learn better, faster"]]></title><description><![CDATA[
<p>That might work! Off the dome, it’s not clear to me whether spatial/depth priors are better/worse than an LLM for this type of task.<p>Only reason I can think why the LLM might still work better here is that it’s trained to solve a bunch of different image/video related questions, so it’s perceptual modules may be more robust adaptive for this aesthetic grading task versus something like LingBot</p>
]]></description><pubDate>Thu, 27 Aug 2026 04:21:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=49459668</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=49459668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49459668</guid></item><item><title><![CDATA[New comment by schopra909 in "Getting video models to learn better, faster"]]></title><description><![CDATA[
<p>Aah, for this we're just trying to filter not generate. When it comes to conditioning, you'll still need a model that understands text since the primary control is text.<p>In the original Stable Diffusion, CLIP doubled as part of this LAION Aesthetic Filter as well as the text control for the generative model. But in the last couple of years, the field has drifted away from CLIP towards LLM hidden states (e.g. Qwen, Mistral, etc.). It turns out that text-to-image and text-to-video models do not need the visual prior from CLIP; instead the hidden states of multimodal LLMs act as better conditioning mechanisms.<p>But you are on-to something when it comes to leveraging pre-trained vision models as priors in generative image/video.<p>Nowadays, models like Dino-v3 (which have the strong spatial priors, you're talking about with LingBot) are being used in 3 distinct ways:<p>1) REPA: The DiT in the generative model minimizes cosine distance to another vision prior, like Dinov3. This paper from earlier this year, iREPA (<a href="https://arxiv.org/pdf/2512.10794" rel="nofollow">https://arxiv.org/pdf/2512.10794</a>) digs into WHAT specifically makes a good regression target for generative image.<p>2) VA-VAE: Most generative image/video models work in a latent space that's pre-trained separately. We wrote a lot about this in an earlier blog post (<a href="https://www.linum.ai/field-notes/vae-reconstruction-vs-generation?from=home#better-reconstruction-better-generation">https://www.linum.ai/field-notes/vae-reconstruction-vs-gener...</a>). But basically, VAEs that overfit to the reconstruction task create brittle latent spaces for generative models. One solution folks have figured out is to regress to a strong spatial prior like Dino, during VAE training. This is discussed at length in the VA-VAE paper(<a href="https://arxiv.org/abs/2501.01423" rel="nofollow">https://arxiv.org/abs/2501.01423</a>). Recent image models like Flux 2, likely achieve their improvements through this type of VAE training.<p>3) RAE (Representation Autoencoder): This is the latest/greatest right now. Where generative image models are trained directly in Dino-v3 space; and then they just train a decoder to read back out into pixel space. (<a href="https://arxiv.org/pdf/2605.18324" rel="nofollow">https://arxiv.org/pdf/2605.18324</a>)<p>Hopefully this helps!</p>
]]></description><pubDate>Thu, 27 Aug 2026 03:38:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49459355</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=49459355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49459355</guid></item><item><title><![CDATA[New comment by schopra909 in "Getting video models to learn better, faster"]]></title><description><![CDATA[
<p>What would you have in mind for a modern model? Like Dino-V3 or something of that ilk?<p>For the LAION classifier specifically, it's trained on-top of CLIP. The bottleneck for accuracy isn't the linear/non-linear readout, it's CLIP's specific knowledge of the world.<p>CLIP was trained with a contrastive learning objective, where all it has to learn is that images of the same category are closer to each other than images of other categories (e.g. two items are both dogs so they should be closer semantically, while say a dog and a computer are different and should be farther semantically.<p>As a result CLIP is really good at object definitions, but struggles at pretty much everything else. Modern multimodal LLM's perceptual modules are much stronger than CLIP; that's why we chose fine-tuning a LLM rather then training a MLP on-top of CLIP (which would be a direct iteration on the LAION aesthetic classifier).</p>
]]></description><pubDate>Thu, 27 Aug 2026 03:17:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49459191</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=49459191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49459191</guid></item><item><title><![CDATA[New comment by schopra909 in "Getting video models to learn better, faster"]]></title><description><![CDATA[
<p>Hi HN, one of the authors here. Lmk if you have any questions, and I'll try my best to answer them!</p>
]]></description><pubDate>Thu, 27 Aug 2026 03:04:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=49459090</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=49459090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49459090</guid></item><item><title><![CDATA[Getting video models to learn better, faster]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.linum.ai/field-notes/data-filtering-gen-video">https://www.linum.ai/field-notes/data-filtering-gen-video</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49458502">https://news.ycombinator.com/item?id=49458502</a></p>
<p>Points: 18</p>
<p># Comments: 8</p>
]]></description><pubDate>Thu, 27 Aug 2026 01:53:34 +0000</pubDate><link>https://www.linum.ai/field-notes/data-filtering-gen-video</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=49458502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49458502</guid></item><item><title><![CDATA[New comment by schopra909 in "Qwen3.8-Flash-Next"]]></title><description><![CDATA[
<p>Can someone explain the intuition behind the en-gram idea? I know DeepSeek published a paper about it a few months ago and the Gemma models have a lightweight version of it; but it hasn’t clicked for me yet</p>
]]></description><pubDate>Wed, 26 Aug 2026 15:57:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49451349</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=49451349</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49451349</guid></item><item><title><![CDATA[New comment by schopra909 in "Em Dash Is Fine – It Is AI That Sucks"]]></title><description><![CDATA[
<p>Yep on iPhone I just use two dashes —- and it looks like an emdash</p>
]]></description><pubDate>Tue, 25 Aug 2026 03:20:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=49428723</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=49428723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49428723</guid></item><item><title><![CDATA[New comment by schopra909 in "Em Dash Is Fine – It Is AI That Sucks"]]></title><description><![CDATA[
<p>I feel this in my bones, as someone who has been using em dashes in their texts and writing before ChatGPT existed.<p>In the past year, I’ve had 3 or 4 times when someone has “called me out” for using AI when I’m just an em dash organically.There’s no discussion of what I wrote; just immediate anger.<p>It feels like giving in, but I might have to edit my writing style just because of the visceral reactions</p>
]]></description><pubDate>Tue, 25 Aug 2026 00:20:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=49427597</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=49427597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49427597</guid></item><item><title><![CDATA[New comment by schopra909 in "GPT 5.6 Sol is the best "vision" model OpenAI ever released"]]></title><description><![CDATA[
<p>Yep checked 3.7</p>
]]></description><pubDate>Tue, 25 Aug 2026 00:15:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49427574</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=49427574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49427574</guid></item><item><title><![CDATA[New comment by schopra909 in "GPT 5.6 Sol is the best "vision" model OpenAI ever released"]]></title><description><![CDATA[
<p>From our experiments it’s the best video captioning model in the world by a mile. This was not the case a year ago.<p>When reasoning got introduced a year ago to GPT 5, on average the model performed worse than GPT4-o for short video clip captioning
(Ie hallucinating actions that didn’t happen). The old GPT 5 was extremely finicky in terms of fps sample rate.<p>The other SOTA LLMs (like Gemini Pro) have clearly been optimized for long video understanding, since they can’t see almost anything sub-second (even if you up the frame sampling rate).<p>Sol is the first model we’ve seen to accurately caption complex sub-second movements (eg woman suddenly turns heard head to right). It’s robust to different fps sample rates so I can only guess that they trained on videos sampled at different fps.</p>
]]></description><pubDate>Mon, 17 Aug 2026 14:48:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49331967</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=49331967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49331967</guid></item><item><title><![CDATA[New comment by schopra909 in "Nvidia's Risky Business"]]></title><description><![CDATA[
<p>I’m not entirely sure if local development will lead to Nvidia’s supremacy being challenged.<p>I think a simple reason why it’s been hard to unseat in Nvidia is first mover advantage. A lot more water has flown through Nvidia pipes than TPUs or AMDs chips for that matter.<p>TPUs and AMD chips aren’t priced cheaper than NVIDIA (at least for my purposes training models). So there hasn’t been an impetus for me to venture there and use those chips.<p>Anecdotally, folks I know who have tried using TPUs and AMD chips have hit more issues with the underlying drivers than with NVIDIA chips. That costs time and money to fix.<p>Eventually the other chips will go through enough iterations and stability will be reached</p>
]]></description><pubDate>Tue, 11 Aug 2026 21:03:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49264439</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=49264439</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49264439</guid></item><item><title><![CDATA[New comment by schopra909 in "Compression is prediction"]]></title><description><![CDATA[
<p>100% agreed.</p>
]]></description><pubDate>Tue, 11 Aug 2026 20:56:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=49264357</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=49264357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49264357</guid></item><item><title><![CDATA[New comment by schopra909 in "Launch HN: Freestyle – Sandboxes for Coding Agents"]]></title><description><![CDATA[
<p>Honestly never considered the forking use case; but it makes a ton of sense when explained<p>Congrats on the launch. This is cool tech</p>
]]></description><pubDate>Mon, 06 Apr 2026 19:02:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47665301</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=47665301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47665301</guid></item><item><title><![CDATA[New comment by schopra909 in "Show HN: Three new Kitten TTS models – smallest less than 25MB"]]></title><description><![CDATA[
<p>Really cool to see innovation in terms of quality of tiny models. Great work!</p>
]]></description><pubDate>Thu, 19 Mar 2026 18:33:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47443815</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=47443815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47443815</guid></item><item><title><![CDATA[New comment by schopra909 in "Exploring JEPA for real-time speech translation"]]></title><description><![CDATA[
<p>Very cool work! We spend a lot of time thinking about "robust representations" in the video space.<p>Are there any alternative ideas to JEPA right now, when it comes to speech encoding that couples meaning and sound? Curious to learn more about journey from the problem space to solution space (JEPA).<p>For context, in our domain video-JEPA hasn't proved to be as helpful as one would have hoped. It's decent at high level semantics (e.g. action detection) but doesn't capture enough "detail" (intentionally so) to be used as a powerful enough encoder (or regularizer). Might be just because the research models are too small / haven't been trained on sufficiently large volumes of data, yet.</p>
]]></description><pubDate>Sat, 14 Mar 2026 01:49:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47372485</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=47372485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47372485</guid></item><item><title><![CDATA[New comment by schopra909 in "Don't post generated/AI-edited comments. HN is for conversation between humans"]]></title><description><![CDATA[
<p>Honest question, why were folks posting AI generated comments in the first place? There's such a high inertia to comment. I only comment when I have something to contribute OR find something incredibly interesting.<p>So I'm just baffled, why anyone was using AI to generate comments. Like what was the incentive driving the behavior?</p>
]]></description><pubDate>Wed, 11 Mar 2026 22:21:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47343025</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=47343025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47343025</guid></item><item><title><![CDATA[We Built an $8/Month GPU-Cluster Monitor]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.linum.ai/field-notes/gpu-monitoring-service">https://www.linum.ai/field-notes/gpu-monitoring-service</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47253237">https://news.ycombinator.com/item?id=47253237</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 04 Mar 2026 20:20:29 +0000</pubDate><link>https://www.linum.ai/field-notes/gpu-monitoring-service</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=47253237</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47253237</guid></item><item><title><![CDATA[New comment by schopra909 in "Learnings from 4 months of Image-Video VAE experiments"]]></title><description><![CDATA[
<p>It’s a great question. In terms of pre-training even if they were was enough data at that quality, storing it and either demuxing it into raw frames OR compressing it with a sufficiently powerful encoder likely would cost a lot of $. But there’s a case to potentially use a much smaller subset of that data to dial in aesthetics towards the end of training. The gotcha there would come in terms of data diversity. Often you see that models will adapt to the new distribution and forget patterns from the old data. It’s hard to disentangle a model learning clarity of detail from concepts, so you might forget key ideas when picking up these details. Nevertheless maybe there is a way to use small amounts of this data in a RL finetuning setup? In our experience RL post training changes very little in the underlying model weights — so it might be a “light” enough touch to elicit the the desired details.</p>
]]></description><pubDate>Thu, 26 Feb 2026 06:21:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47162545</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=47162545</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47162545</guid></item><item><title><![CDATA[New comment by schopra909 in "Learnings from 4 months of Image-Video VAE experiments"]]></title><description><![CDATA[
<p>honestly, it's really hard to shorten the feedback loop in this space. For this, we really just did run one experiment at a time and visually inspect the results everywhere. when you're going 0 -> 1, you're looking for "signs of life" to make sure the basic thing is working. when it comes to testing which (of the infinite levers) to the pull, a lot of it comes from intuition (which i know isn't the most fun answer). we spent a week or so just running experiments on the amount of compression we could squeeze out the VAE without significant degradation in the final results). In hindsight, spending a week on that seems like a waste, since we got the 8x spatial, 4x compression within the first 1-2 days. But in the moment, you're often unsure WHAT will be the key unlock. So, when you're in the middle of storm you're running a quick bayesian process in your head, measuring what you might learn from the outcome of the experiment vs. the time/money it would take to run the experiment. And you, hope that your intuitions become stronger over time, as you take more repetitions. More money, might help the problem (e.g. parallel experiments, more detailed explorations). But, I don't think money is a cure-all. At some point, you get lost in the sauce trying to tie the threads between all the empirical findings you have at your finger tips. Maybe one day AI models could help here integrating these all results. As it stands, they still struggle to reason about this stuff, in context of other research papers and findings (likely because all the context on arxiv is so noisy; you can't trust any particular finding and verifying findings is so hard to do, that it's hard to meta-reason about your experiments correctly).</p>
]]></description><pubDate>Thu, 26 Feb 2026 00:13:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47160034</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=47160034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47160034</guid></item><item><title><![CDATA[New comment by schopra909 in "Learnings from 4 months of Image-Video VAE experiments"]]></title><description><![CDATA[
<p>Hadn’t seen that before! Seems very in line with what with the broader points about regularization. In table 4 they show faster convergence in 200 epochs when used alongside REPA. I’d be curious to see if it ended up beating REPA by itself with full 800 epochs of training — or if something about this new latent space, leads to plateauing itself (learns faster but caps out on expressivity). We’ve seen that phenomena before in other situations (eg UNET learns faster than DiT because of convolutions, but stops learning beyond a certain point).</p>
]]></description><pubDate>Wed, 25 Feb 2026 23:08:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47159351</link><dc:creator>schopra909</dc:creator><comments>https://news.ycombinator.com/item?id=47159351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47159351</guid></item></channel></rss>