paper-with-me

홈 › Papers

Dynamic Task and Weight Prioritization Curriculum Learning for Multimodal Imagery

2023-10-29 · Huseyin Fuat Alsan, Taner Arsan

This paper explores post-disaster analytics using multimodal deep learning models trained with curriculum learning method. Studying post-disaster analytics is important as it plays a crucial role in mitigating the impact of disasters by providing timely and accurate insights into the extent of damage and the allocation of resources. We propose a curriculum learning strategy to enhance the performance of multimodal deep learning models. Curriculum learning emulates the progressive learning sequence in human education by training deep learning models on increasingly complex data. Our primary objective is to develop a curriculum-trained multimodal deep learning model, with a particular focus on visual question answering (VQA) capable of jointly processing image and text data, in conjunction with semantic segmentation for disaster analytics using the FloodNet\footnote{https://github.com/BinaLab/FloodNet-Challenge-EARTHVISION2021} dataset. To achieve this, U-Net model is used for semantic segmentation and image encoding. A custom built text classifier is used for visual question answering. Existing curriculum learning methods rely on manually defined difficulty functions. We introduce a novel curriculum learning approach termed Dynamic Task and Weight Prioritization (DATWEP), which leverages a gradient-based method to automatically decide task difficulty during curriculum learning training, thereby eliminating the need for explicit difficulty computation. The integration of DATWEP into our multimodal model shows improvement on VQA performance. Source code is available at https://github.com/fualsan/DATWEP.

📄 PDF Abstract BibTeX arXiv:2310.19109

Code (1)

fualsan/datwep 공식 구현 pytorch

Tasks

Deep LearningMultimodal Deep LearningQuestion AnsweringSemantic SegmentationVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Dynamic Task Prioritization for Multitask Learning

2018-09-01 · ECCV 2018 9 · Michelle Guo, Albert Haque, De-An Huang, Serena Yeung 외

We propose dynamic task prioritization for multitask learning. This allows a model to dynamically prioritize difficult tasks during training, where difficulty is inversely proportional to performance, and where difficult…

Reinforcement Learning with Success Induced Task Prioritization

2022-12-30 · Maria Nesterova, Alexey Skrynnik, Aleksandr Panov

Many challenging reinforcement learning (RL) problems require designing a distribution of tasks that can be applied to train effective policies. This distribution of tasks can be specified by the curriculum. A curriculum…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Prioritized Replay for RL Post-training

2026-01-06 · Mehdi Fatemi arxiv

We introduce a problem-level prioritization framework for RL post-training of large language models. Building on insights from prioritized replay in deep RL, as well as prior observations that rollouts with intermediate …

Predictive Batch Scheduling: Accelerating Language Model Training Through Loss-Aware Sample Prioritization

2026-02-19 · Sumedh Rasal arxiv

We introduce Predictive Batch Scheduling (PBS), a novel training optimization technique that accelerates language model convergence by dynamically prioritizing high-loss samples during batch construction. Unlike curricul…

DynCIM: Dynamic Curriculum for Imbalanced Multimodal Learning

2025-03-09 · Chengxuan Qian, Kai Han, JingChao Wang, Zhenlong Yuan 외

Multimodal learning integrates complementary information from diverse modalities to enhance the decision-making process. However, the potential of multimodal collaboration remains under-exploited due to disparities in da…

BenchmarkingDecision Making