AI & ML Papers
Photo
π₯ LongLive-RAG: A General Retrieval-Augmented Framework for Long Video Generation
π Published on Jun 1
π Links:
β’ GitHub: https://github.com/huggingface
β’ arXiv: https://arxiv.org/abs/2606.02553
β’ PDF: https://arxiv.org/pdf/2606.02553
β’ Project Page: http://longlive-rag.github.io/
π€ Models citing this paper:
β’ https://huggingface.co/qixinhu11/LongLive-RAG
ββββββββββββββββββββββββ
π’ By: https://xn--r1a.website/PaperNexus
#VideoGenerationModels #RetrievalAugmentedGeneration #LongVideoSynthesis #AutoregressiveVideoDiffusion #RetrievalAugmentedFrameworks
π‘ The paper LongLive-RAG addresses the challenge of generating long videos using autoregressive video diffusion models. The problem with existing methods is that they use sliding-window attention, which can lead to error accumulation and identity drift over time. This is because once the active window accumulates appearance errors, subsequent generations can only condition on this degraded trajectory and drift further away. To overcome this limitation, the authors propose a retrieval-augmented generation framework called LongLive-RAG.
In this framework, previously generated latents are treated as a dynamic and searchable history. At each new block, LongLive-RAG uses a query embedding to retrieve relevant historical latents, allowing the generator to condition on non-local context instead of only the recent window. This retrieval step adds only a small overhead relative to generation and helps reduce error accumulation.
To make retrieval more discriminative, the authors introduce the Window Temporal Delta Loss, which suppresses redundant local similarity and encourages embeddings to capture meaningful temporal changes. The LongLive-RAG framework is general and can be used with multiple autoregressive backbones and generation lengths.
The experiments show that LongLive-RAG improves long video quality and achieves the best average VBench-Long rank. The authors claim that LongLive-RAG is the first method to formulate self-generated latent history as content-addressable retrieval memory, making it a significant contribution to the field of long video generation. The code for LongLive-RAG is available, making it possible for others to build upon and extend this work. Overall, the paper presents a novel approach to long video generation that addresses the limitations of existing methods and achieves state-of-the-art results.
π Published on Jun 1
π Links:
β’ GitHub: https://github.com/huggingface
β’ arXiv: https://arxiv.org/abs/2606.02553
β’ PDF: https://arxiv.org/pdf/2606.02553
β’ Project Page: http://longlive-rag.github.io/
π€ Models citing this paper:
β’ https://huggingface.co/qixinhu11/LongLive-RAG
ββββββββββββββββββββββββ
π’ By: https://xn--r1a.website/PaperNexus
#VideoGenerationModels #RetrievalAugmentedGeneration #LongVideoSynthesis #AutoregressiveVideoDiffusion #RetrievalAugmentedFrameworks
GitHub
Hugging Face
The AI community building the future. Hugging Face has 443 repositories available. Follow their code on GitHub.
β€4
π SPOTO Mid-Year Sale β Grab Your IT Certification Success Kit!
π₯ Whether you're prepping for #Python, #AI, #Cisco, #PMI, #Fortinet, #AWS, #Azure, #Excel, #Comptia, #ITIL, #Cloud or any other hot certification β SPOTO has your back with real exam dumps and hands-on training!
β Free Resources:
γ»Free Python, Excel, Cyber Security, Cisco, SQL, ITIL, PMP, AWS courses: https://bit.ly/4alTSfk
γ»IT Certs E-book: https://bit.ly/49ub0zq
γ»IT Exams Skill Test: https://bit.ly/4dVPapB
γ»Free AI material and support tools: https://bit.ly/4elzcpl
γ»Free Cloud Study Guide: https://bit.ly/4u7sdG0
π Join SPOTO Mid-Year Lucky Draw:
π± iPhone 17 π Free Order
π Amazon Gift $100 πPMP/ AWS/ CCNA Course
π Enter the Draw Now β https://bit.ly/4uN3lVt
π Join Our IT Learning Community for free resources & support:
https://chat.whatsapp.com/FmbIbbqm2QhKglVpVTSH4d
π¬ Want exam help? Chat with an admin now:
https://wa.link/knicza
β° Mid-Year Deal Ends Soon β Don't Miss Out!
π₯ Whether you're prepping for #Python, #AI, #Cisco, #PMI, #Fortinet, #AWS, #Azure, #Excel, #Comptia, #ITIL, #Cloud or any other hot certification β SPOTO has your back with real exam dumps and hands-on training!
β Free Resources:
γ»Free Python, Excel, Cyber Security, Cisco, SQL, ITIL, PMP, AWS courses: https://bit.ly/4alTSfk
γ»IT Certs E-book: https://bit.ly/49ub0zq
γ»IT Exams Skill Test: https://bit.ly/4dVPapB
γ»Free AI material and support tools: https://bit.ly/4elzcpl
γ»Free Cloud Study Guide: https://bit.ly/4u7sdG0
π Join SPOTO Mid-Year Lucky Draw:
π± iPhone 17 π Free Order
π Amazon Gift $100 πPMP/ AWS/ CCNA Course
π Enter the Draw Now β https://bit.ly/4uN3lVt
π Join Our IT Learning Community for free resources & support:
https://chat.whatsapp.com/FmbIbbqm2QhKglVpVTSH4d
π¬ Want exam help? Chat with an admin now:
https://wa.link/knicza
β° Mid-Year Deal Ends Soon β Don't Miss Out!
AI & ML Papers
Photo
π₯ AutoFigure: Generating and Refining Publication-Ready Scientific Illustrations
π Published on Feb 3
π Links:
β’ GitHub: https://github.com/huggingface
β’ arXiv: https://arxiv.org/abs/2602.03828
β’ PDF: https://arxiv.org/pdf/2602.03828
π Datasets citing this paper:
β’ https://huggingface.co/datasets/WestlakeNLP/FigureBench
β’ https://huggingface.co/datasets/samhug856/FigureBench
π Spaces citing this paper:
β’ https://huggingface.co/spaces/vikashmakeit/garment-to-pattern
ββββββββββββββββββββββββ
π’ By: https://xn--r1a.website/PaperNexus
#ScientificIllustrations #TextToImageSynthesis #FigureGeneration #AutoFigure #ScientificVisualization
π‘ The paper addresses the challenge of creating high-quality scientific illustrations, which is a time-consuming and labor-intensive process. To tackle this problem, the authors introduce FigureBench, a large-scale benchmark consisting of 3300 high-quality scientific text-figure pairs, covering various text-to-illustration tasks from different sources. This benchmark provides a foundation for training and evaluating models that generate scientific illustrations from long-form scientific texts.
The authors also propose AutoFigure, an agentic framework that automatically generates high-quality scientific illustrations based on long-form scientific texts. AutoFigure engages in extensive thinking, recombination, and validation processes to produce a layout that is both structurally sound and aesthetically refined, resulting in a scientific illustration that achieves both structural completeness and aesthetic appeal.
The performance of AutoFigure is evaluated using the FigureBench benchmark, and the results demonstrate that AutoFigure consistently outperforms various baseline methods, producing publication-ready scientific illustrations. The authors release the code, dataset, and other resources to facilitate further research and development in this area.
Overall, the paper contributes to the development of automated tools for generating high-quality scientific illustrations, which can help alleviate the bottleneck in creating these illustrations and improve the communication of complex scientific and technical concepts. The introduction of FigureBench and AutoFigure provides a significant step forward in this direction, with the potential to benefit both academia and industry.
π Published on Feb 3
π Links:
β’ GitHub: https://github.com/huggingface
β’ arXiv: https://arxiv.org/abs/2602.03828
β’ PDF: https://arxiv.org/pdf/2602.03828
π Datasets citing this paper:
β’ https://huggingface.co/datasets/WestlakeNLP/FigureBench
β’ https://huggingface.co/datasets/samhug856/FigureBench
π Spaces citing this paper:
β’ https://huggingface.co/spaces/vikashmakeit/garment-to-pattern
ββββββββββββββββββββββββ
π’ By: https://xn--r1a.website/PaperNexus
#ScientificIllustrations #TextToImageSynthesis #FigureGeneration #AutoFigure #ScientificVisualization
GitHub
Hugging Face
The AI community building the future. Hugging Face has 443 repositories available. Follow their code on GitHub.
β€1
Forwarded from Machine Learning with Python
π¨ ONLY THE FIRST 5 GET THIS.
I'm sharing this link with my network once β and only the first 5 people who enroll through it lock in a deal that has never been offered before.
π Lifetime access to HelloEncyclo β every AI, ML & Data Science course ever built β for ~$41. Once. Forever.
This isn't a drill. This isn't a rerun.
This is the founding-member price β and it disappears the moment the first 250 seats globally are gone.
β 13 courses live right now
β 40+ more in 2β3 weeks
β Every future course included automatically
β 15-day money-back β full refund, no questions
Code: PRESALE-BOOK-WAVE-2GFG
(Log in with Gmail Β· valid once Β· applies at checkout)
π First 5. That's it.
https://helloencyclo.com/?ref=HUSSEINSHEIKHO
β³ Once those 5 seats go through this link β
I'm not sharing it again. π₯
I'm sharing this link with my network once β and only the first 5 people who enroll through it lock in a deal that has never been offered before.
π Lifetime access to HelloEncyclo β every AI, ML & Data Science course ever built β for ~$41. Once. Forever.
This isn't a drill. This isn't a rerun.
This is the founding-member price β and it disappears the moment the first 250 seats globally are gone.
β 13 courses live right now
β 40+ more in 2β3 weeks
β Every future course included automatically
β 15-day money-back β full refund, no questions
Code: PRESALE-BOOK-WAVE-2GFG
(Log in with Gmail Β· valid once Β· applies at checkout)
π First 5. That's it.
https://helloencyclo.com/?ref=HUSSEINSHEIKHO
β³ Once those 5 seats go through this link β
I'm not sharing it again. π₯
β€2
AI & ML Papers
Photo
π₯ PaddleOCR-VL-1.6: Expanding the Frontier of Document Parsing with Under-Optimized Region Refinement and Progressive Post-Training
π Published on Jun 2
π Links:
β’ GitHub: https://github.com/huggingface
β’ arXiv: https://arxiv.org/abs/2606.03264
β’ PDF: https://arxiv.org/pdf/2606.03264
β’ Project Page: https://www.paddleocr.com
π€ Models citing this paper:
β’ https://huggingface.co/PaddlePaddle/PaddleOCR-VL-1.6
β’ https://huggingface.co/PaddlePaddle/PaddleOCR-VL-1.6-GGUF
π Spaces citing this paper:
β’ https://huggingface.co/spaces/PaddlePaddle/PaddleOCR-VL-1.6_Online_Demo
ββββββββββββββββββββββββ
π’ By: https://xn--r1a.website/PaperNexus
#DocumentParsing #RegionRefinement #PostTrainingTechniques #OpticalCharacterRecognition #PaddleOCR
π‘ The paper presents PaddleOCR-VL-1.6, an upgraded document parsing model that improves upon its predecessor PaddleOCR-VL-1.5. The problem with the previous model was that its errors were concentrated in under-optimized regions where the model was unstable, data coverage was sparse, or supervision was unreliable. To address this issue, the authors introduced a region-aware data optimization framework that identifies weak regions in the previous model and applies targeted enhancements to these regions, improving the reliability of supervision signals.
The method used in PaddleOCR-VL-1.6 involves a progressive post-training recipe based on curated data selection and reinforcement learning, which pushes the model's performance to a higher level through staged optimization. This approach allows for more efficient use of data and computational resources, rather than simply expanding the training corpus.
The results show that PaddleOCR-VL-1.6 achieves a state-of-the-art score of 96.33% on the OmniDocBench v1.6 benchmark, demonstrating strong competitiveness against top-tier visual language models. The paper provides a practical post-training recipe for the PaddleOCR-VL series, which can be used to further improve the performance of document parsing models. Overall, the contributions of the paper include a region-aware data optimization framework, a progressive post-training recipe, and a new state-of-the-art model for document parsing.
π Published on Jun 2
π Links:
β’ GitHub: https://github.com/huggingface
β’ arXiv: https://arxiv.org/abs/2606.03264
β’ PDF: https://arxiv.org/pdf/2606.03264
β’ Project Page: https://www.paddleocr.com
π€ Models citing this paper:
β’ https://huggingface.co/PaddlePaddle/PaddleOCR-VL-1.6
β’ https://huggingface.co/PaddlePaddle/PaddleOCR-VL-1.6-GGUF
π Spaces citing this paper:
β’ https://huggingface.co/spaces/PaddlePaddle/PaddleOCR-VL-1.6_Online_Demo
ββββββββββββββββββββββββ
π’ By: https://xn--r1a.website/PaperNexus
#DocumentParsing #RegionRefinement #PostTrainingTechniques #OpticalCharacterRecognition #PaddleOCR
GitHub
Hugging Face
The AI community building the future. Hugging Face has 443 repositories available. Follow their code on GitHub.
AI & ML Papers
Photo
π₯ WavTTS: Towards High-Quality Zero-Shot TTS via Direct Raw Waveform Modeling
π Published on Jun 2
π Links:
β’ GitHub: https://github.com/huggingface
β’ arXiv: https://arxiv.org/abs/2606.03455
β’ PDF: https://arxiv.org/pdf/2606.03455
β’ Project Page: https://wavtts.github.io/
π€ Models citing this paper:
β’ https://huggingface.co/worstchan/WavTTS
β’ https://huggingface.co/drbaph/WavTTS
ββββββββββββββββββββββββ
π’ By: https://xn--r1a.website/PaperNexus
#TextToSpeechSynthesis #RawWaveformModeling #DiffusionTransformer #ZeroShotTTS #SpeechSynthesisTechniques
π‘ The paper introduces WavTTS, a novel text-to-speech model that directly generates raw waveforms, addressing the limitations of existing latent-space diffusion models. Current state-of-the-art models operate on compressed representations such as mel-spectrograms or VAE latents, which leads to information loss and non-end-to-end training. Directly modeling raw waveforms is theoretically beneficial but has been underexplored due to the long sequence length of audio signals.
To overcome this challenge, WavTTS employs a flow matching approach with a Diffusion Transformer architecture and a simple patchification strategy to directly model speech waveforms. The model also incorporates multi-scale mel-spectrogram supervision to provide perceptual guidance during training. Additionally, the authors investigate the impact of prediction targets and noise scheduling in waveform diffusion and develop an effective schedule design to improve generation quality.
The results show that WavTTS significantly narrows the performance gap with latent-space generative models and outperforms previous end-to-end speech generation models. Evaluations on open-source benchmarks demonstrate that WavTTS closely approaches the performance of current state-of-the-art latent generative zero-shot text-to-speech models. The findings of this paper demonstrate the feasibility of scaling diffusion-based text-to-speech models directly in the waveform space, opening a new direction for end-to-end speech generation.
π Published on Jun 2
π Links:
β’ GitHub: https://github.com/huggingface
β’ arXiv: https://arxiv.org/abs/2606.03455
β’ PDF: https://arxiv.org/pdf/2606.03455
β’ Project Page: https://wavtts.github.io/
π€ Models citing this paper:
β’ https://huggingface.co/worstchan/WavTTS
β’ https://huggingface.co/drbaph/WavTTS
ββββββββββββββββββββββββ
π’ By: https://xn--r1a.website/PaperNexus
#TextToSpeechSynthesis #RawWaveformModeling #DiffusionTransformer #ZeroShotTTS #SpeechSynthesisTechniques
GitHub
Hugging Face
The AI community building the future. Hugging Face has 443 repositories available. Follow their code on GitHub.
π Level up your AI & Data Science skills with HelloEncyclo β a growing all-in-one platform featuring hands-on courses in LLMs, Deep Learning, MLOps, Data Engineering, and more.
β 13 courses live + 40+ coming soon
π― One access, lifetime updates
π Use code: PRESALE-BOOK-WAVE-2GFG
π https://helloencyclo.com/?ref=HUSSEINSHEIKHO
β 13 courses live + 40+ coming soon
π― One access, lifetime updates
π Use code: PRESALE-BOOK-WAVE-2GFG
π https://helloencyclo.com/?ref=HUSSEINSHEIKHO