Workflow
扩散模型
icon
Search documents
腾讯混元升级AI绘画微调范式,在整个扩散轨迹上优化,人工评估分数提升300%
量子位· 2025-09-15 03:59
Core Viewpoint - The article discusses advancements in AI image generation, specifically focusing on the introduction of two key methods, Direct-Align and Semantic Relative Preference Optimization (SRPO), which significantly enhance the quality and aesthetic appeal of generated images [5][14]. Group 1: Current Challenges in Diffusion Models - Existing diffusion models face two main issues: limited optimization steps leading to "reward hacking," and the need for offline adjustments to the reward model for achieving good aesthetic results [4][8]. - The optimization process is constrained to the last few steps of the diffusion process due to high gradient computation costs [8]. Group 2: Direct-Align Method - Direct-Align method allows for the recovery of original images from any time step by pre-injecting noise, thus avoiding the limitations of optimizing only in later steps [5][10]. - This method enables the model to recover clear images from high noise states, addressing the gradient explosion problem during early time step backpropagation [11]. - Experiments show that even at just 5% denoising progress, Direct-Align can recover a rough structure of the image [11][19]. Group 3: Semantic Relative Preference Optimization (SRPO) - SRPO redefines rewards as text-conditioned signals, allowing for online adjustments without additional data by using positive and negative prompt words [14][16]. - The method enhances the model's ability to generate images with improved realism and aesthetic quality, achieving approximately 3.7 times and 3.1 times improvements, respectively [16]. - SRPO allows for flexible style adjustments, such as brightness and cartoon style conversion, based on the frequency of control words in the training set [16]. Group 4: Experimental Results - Comprehensive experiments on the FLUX.1-dev model demonstrate that SRPO outperforms other methods like ReFL, DRaFT, and DanceGRPO across multiple evaluation metrics [17]. - In human evaluations, the excellent rate for realism increased from 8.2% to 38.9% and for aesthetic quality from 9.8% to 40.5% after SRPO training [17][18]. - Notably, a mere 10 minutes of SRPO training allowed FLUX.1-dev to surpass the latest open-source version FLUX.1.Krea on the HPDv2 benchmark [19].
端到端再进化!用扩散模型和MoE打造会思考的自动驾驶Policy(同济大学)
自动驾驶之心· 2025-09-14 23:33
Core Viewpoint - The article presents a novel end-to-end autonomous driving strategy called Knowledge-Driven Diffusion Policy (KDP), which integrates diffusion models and Mixture of Experts (MoE) to enhance decision-making capabilities in complex driving scenarios [4][72]. Group 1: Challenges in Current Autonomous Driving Approaches - Existing end-to-end methods face challenges such as inadequate handling of multimodal distributions, leading to unsafe or hesitant driving behaviors [2][8]. - Reinforcement learning methods require extensive data and exhibit instability during training, making them difficult to scale in high-safety real-world scenarios [2][8]. - Recent advancements in large models, including visual-language models, show promise in understanding scenes but struggle with inference speed and safety in continuous control scenarios [3][10]. Group 2: Diffusion Models and Their Application - Diffusion models are transforming generative modeling in various fields, offering a robust way to express diverse driving choices while maintaining temporal consistency and training stability [3][12]. - The diffusion policy (DP) treats action generation as a "denoising" process, effectively addressing the diversity and long-term stability issues in driving decisions [3][12]. Group 3: Mixture of Experts (MoE) Framework - MoE technology allows for the activation of a limited number of experts on demand, enhancing computational efficiency and modularity in large models [3][15]. - In autonomous driving, MoE has been applied for multi-task strategies, but existing designs often limit expert reusability and flexibility [3][15]. Group 4: Knowledge-Driven Diffusion Policy (KDP) - KDP combines the strengths of diffusion models and MoE, ensuring diverse and stable trajectory generation while organizing experts into structured "knowledge units" for flexible combination based on different driving scenarios [4][6]. - Experimental results demonstrate KDP's advantages in diversity, stability, and generalization compared to traditional methods [4][6]. Group 5: Experimental Validation - The method was evaluated in a simulation environment with diverse driving scenarios, showing superior performance in safety, generalization, and efficiency compared to existing baseline models [39][49]. - The KDP framework achieved a 100% success rate in simpler scenarios and maintained high performance in more complex environments, indicating its robustness [57][72].
兼得快与好!训练新范式TiM,原生支持FSDP+Flash Attention
量子位· 2025-09-14 05:05
Core Viewpoint - The article discusses the introduction of the Transition Model (TiM) as a new paradigm in generative modeling, aiming to reconcile the trade-off between generation speed and quality by modeling state transitions between any two time points, rather than focusing solely on instantaneous velocity fields or fixed-span endpoint mappings [3][8][34]. Group 1: Background and Challenges - Traditional generative models face a fundamental conflict between generation quality and speed, primarily due to their training objectives [2][6]. - Existing diffusion models rely on local vector fields, which require small time steps for accurate sampling, leading to high computational costs [5][6]. - Few-step models, while faster, often encounter a "quality ceiling" due to their inability to capture intermediate dynamics, limiting their generation capabilities [5][7]. Group 2: Transition Model Overview - The Transition Model abandons traditional approaches by directly modeling the complete state transition between any two time points, allowing for flexible sampling steps [4][8]. - This model supports arbitrary step sizes and decomposes the generation process into multiple adjustable segments, enhancing both speed and fidelity [8][10]. Group 3: Mathematical Foundations - The Transition Model is based on a "State Transition Identity," which simplifies the differential equations governing state transitions, enabling the description of specific transitions over arbitrary time intervals [12][16]. - Unlike diffusion and mean flow models, which focus on instantaneous or average velocity fields, the Transition Model encompasses both, providing a more comprehensive framework for generative modeling [16][17]. Group 4: Experimental Validation - The Transition Model has been validated on the Geneval dataset, demonstrating that an 865M parameter version can outperform larger models (12B parameters) in terms of generation capabilities [20][34]. - The model's training stability and scalability have been enhanced through the introduction of a differential derivative equation (DDE) approach, which is more efficient and compatible with modern training optimizations [25][33]. Group 5: Conclusion - Overall, the Transition Model offers a more universal, scalable, and stable approach to generative modeling, addressing the inherent conflict between speed and quality in generative processes [35].
扩散模如何重塑自动驾驶轨迹规划?
自动驾驶之心· 2025-09-11 23:33
Core Viewpoint - The article discusses the significance and application of Diffusion Models in various fields, particularly in autonomous driving, emphasizing their ability to denoise and generate data effectively [1][2][11]. Summary by Sections Introduction to Diffusion Models - Diffusion Models are generative models that focus on denoising, learning the distribution of data through a forward diffusion process and a reverse generation process [2][4]. - The concept is illustrated through the analogy of ink dispersing in water, where the model aims to recover the original data from noise [2]. Applications in Autonomous Driving - In the field of autonomous driving, Diffusion Models are utilized for data generation, scene prediction, perception enhancement, and path planning [11]. - They can handle both continuous and discrete noise, making them versatile for various decision-making tasks [11]. Course Offering - The article promotes a new course on end-to-end and VLA (Vision-Language Alignment) algorithms in autonomous driving, developed in collaboration with top industry experts [14][17]. - The course aims to address the challenges faced by learners in keeping up with rapid technological advancements and fragmented knowledge in the field [15][18]. Course Structure - The course is structured into several chapters, covering topics such as the history of end-to-end algorithms, background knowledge on VLA, and detailed discussions on various methodologies including one-stage and two-stage end-to-end approaches [22][23][24]. - Special emphasis is placed on the integration of Diffusion Models in multi-modal trajectory prediction, highlighting their growing importance in the industry [28]. Learning Outcomes - Participants are expected to achieve a level of understanding equivalent to one year of experience as an end-to-end autonomous driving algorithm engineer, mastering key frameworks and technologies [38][39]. - The course includes practical components to ensure a comprehensive learning experience, bridging theory and application [19][36].
谈谈Diffusion扩散模型 -- 从图像生成到端到端轨迹规划~
自动驾驶之心· 2025-09-06 11:59
Core Viewpoint - The article discusses the significance and application of Diffusion Models in various fields, particularly in autonomous driving, emphasizing their ability to denoise and generate data effectively [1][2][11]. Summary by Sections Introduction to Diffusion Models - Diffusion Models are generative models that focus on denoising, where noise follows a specific distribution. The model learns to recover original data from noise through a forward diffusion process and a reverse generation process [1][2]. Applications in Autonomous Driving - In the field of autonomous driving, Diffusion Models are utilized for data generation, scene prediction, perception enhancement, and path planning. They can handle both continuous and discrete noise, making them versatile for various decision-making tasks [11]. Course Overview - The article promotes a new course titled "End-to-End and VLA Autonomous Driving," developed in collaboration with top algorithm experts. The course aims to provide in-depth knowledge of end-to-end algorithms and VLA technology [15][22]. Course Structure - The course is structured into several chapters, covering topics such as: - Comprehensive understanding of end-to-end autonomous driving [18] - In-depth background knowledge including large language models, BEV perception, and Diffusion Model theory [21][28] - Exploration of two-stage and one-stage end-to-end methods, including the latest advancements in the field [29][36] Learning Outcomes - Participants are expected to gain a solid understanding of the end-to-end technology framework, including one-stage, two-stage, world models, and Diffusion Models. The course also aims to enhance knowledge of key technologies like BEV perception and reinforcement learning [41][43].
业务合伙人招募来啦!模型部署/VLA/端到端方向~
自动驾驶之心· 2025-09-02 03:14
Group 1 - The article announces the recruitment of 10 partners for the autonomous driving sector, focusing on course development, research guidance, and hardware development [2][5] - The recruitment targets individuals with expertise in various advanced models and technologies related to autonomous driving, such as large models, multimodal models, and 3D target detection [3] - Candidates are preferred from QS top 200 universities with a master's degree or higher, especially those with significant conference contributions [4] Group 2 - The company offers benefits including resource sharing for job seeking, PhD recommendations, and study abroad opportunities, along with substantial cash incentives [5] - There are opportunities for collaboration on entrepreneurial projects [5] - Interested parties are encouraged to contact the company via WeChat for further inquiries [6]
上岸自动驾驶感知!轨迹预测1v6小班课仅剩最后一个名额~
自动驾驶之心· 2025-08-30 16:03
Group 1 - The core viewpoint of the article emphasizes the importance of trajectory prediction in autonomous driving and related fields, highlighting that end-to-end methods are not yet widely adopted, and trajectory prediction remains a key area of research [1][3]. - The article discusses the integration of diffusion models into trajectory prediction, which significantly enhances multi-modal modeling capabilities, with specific models like Leapfrog Diffusion Model (LED) achieving real-time predictions and improving accuracy by 19-30 times on various datasets [2][3]. - The course aims to provide a systematic understanding of trajectory prediction, combining theoretical knowledge with practical coding skills, and assisting students in developing their own models and writing research papers [6][8]. Group 2 - The target audience for the course includes graduate students and professionals in trajectory prediction and autonomous driving, who seek to enhance their research capabilities and understand cutting-edge developments in the field [8][10]. - The course offers a comprehensive curriculum that includes classic and cutting-edge papers, baseline codes, and methodologies for selecting research topics, conducting experiments, and writing papers [20][30]. - The course structure includes 12 weeks of online group research followed by 2 weeks of paper guidance, ensuring participants gain practical experience and produce a research paper draft by the end of the program [31][35].
自动驾驶之心业务合伙人招募来啦!模型部署/VLA/端到端方向~
自动驾驶之心· 2025-08-28 08:17
Core Viewpoint - The article emphasizes the recruitment of business partners for the autonomous driving sector, highlighting the need for expertise in various advanced technologies and offering attractive incentives for potential candidates [2][3][5]. Group 1: Recruitment Details - The company plans to recruit 10 outstanding partners for autonomous driving-related course development, research paper guidance, and hardware development [2]. - Candidates with expertise in large models, multimodal models, diffusion models, and other advanced technologies are particularly welcome [3]. - Preferred qualifications include a master's degree or higher from universities ranked within the QS200, with priority given to candidates with significant conference contributions [4]. Group 2: Incentives and Opportunities - The company offers resource sharing related to autonomous driving, including job recommendations, PhD opportunities, and study abroad guidance [5]. - Attractive cash incentives are part of the compensation package for successful candidates [5]. - Opportunities for collaboration on entrepreneurial projects are also available [5].
EgoTwin :世界模型首次实现具身「视频+动作」同框生成,时间与空间上精确对齐
具身智能之心· 2025-08-28 01:20
Core Viewpoint - The article discusses the EgoTwin framework, which allows for the simultaneous generation of first-person perspective videos and human actions, achieving precise alignment in both time and space, thus attracting significant attention in the AR/VR, embodied intelligence, and wearable device sectors [2][5]. Summary by Sections Introduction - The EgoTwin framework was developed collaboratively by institutions including the National University of Singapore, Nanyang Technological University, Hong Kong University of Science and Technology, and Shanghai Artificial Intelligence Laboratory [2]. Key Highlights - EgoTwin combines first-person perspective video generation with human action generation, addressing challenges such as camera trajectory alignment with head movement and establishing a causal loop between observation and action [8]. - It utilizes a large dataset of 170,000 segments of first-person multimodal real-world scenes for training, leading to significant performance improvements, including a 48% reduction in trajectory error and a 125% increase in hand visibility F-score [8]. Method Innovations - EgoTwin introduces three core technologies: 1. A head-centric action representation that directly provides head 6D pose, reducing alignment errors [12]. 2. A bidirectional causal attention mechanism that allows for causal interactions between action tokens and video tokens [12]. 3. An asynchronous diffusion mechanism that ensures synchronization while allowing independent noise addition and removal on different timelines [12]. Technical Implementation - The model employs a three-channel diffusion architecture, optimizing computational efficiency by reusing only the necessary layers for the action branch [13]. - The training process involves three phases, including initial training of the action VAE, followed by alignment training, and finally joint fine-tuning of all three modalities [21]. Data and Evaluation - EgoTwin is trained and tested on the Nymeria dataset, which includes 170,000 five-second video clips covering various daily actions [17]. - A comprehensive evaluation system is established to measure generation quality and consistency across the three modalities, utilizing metrics such as I-FID, FVD, and CLIP-SIM [17]. Quantitative Experiments - EgoTwin outperforms baseline methods across all nine evaluation metrics, demonstrating significant improvements in trajectory alignment and hand score, while also enhancing the fidelity and consistency of generated videos and actions [18][19]. Generation Modes - The framework supports three generation modes: T2VM (text to video and motion), TM2V (text and motion to video), and TV2M (text and video to motion), showcasing its versatility [24].
中信证券:短期建议关注具身模型行业的资本布局者及数据采集卖铲人
Di Yi Cai Jing· 2025-08-25 00:58
Core Insights - The correct model architecture and efficient data sampling are identified as the two main challenges for the scalable development of embodied intelligence, which has become a primary focus for companies in this sector [1] - The main theme of model architecture revolves around the integration of large language models, large visual models, and action models, with diffusion model-based flow matching algorithms gaining prominence in the short term [1] - Companies with strong capital expenditure capabilities are leveraging real data collection as a breakthrough to build competitive barriers through data set accumulation, while synthetic data and internet data are also essential for the value foundation of embodied models [1] - The organic combination of pre-training and post-training core demands with data attributes has emerged as a new challenge, leading to the rise of data sampling concepts [1] - The role of world models in empowering the scalability of synthetic data and strategy evaluation is also significant [1] - In the short term, attention is recommended on capital investors in the embodied model industry and data collection providers, while in the long term, cloud computing and computing power providers should be monitored [1]