paper-with-me

Papers

X-modaler: A Versatile and High-performance Codebase for Cross-modal Analytics

2021-08-18 · Yehao Li, Yingwei Pan, Jingwen Chen, Ting Yao, Tao Mei

With the rise and development of deep learning over the past decade, there has been a steady momentum of innovation and breakthroughs that convincingly push the state-of-the-art of cross-modal analytics between vision and language in multimedia field. Nevertheless, there has not been an open-source codebase in support of training and deploying numerous neural network models for cross-modal analytics in a unified and modular fashion. In this work, we propose X-modaler -- a versatile and high-performance codebase that encapsulates the state-of-the-art cross-modal analytics into several general-purpose stages (e.g., pre-processing, encoder, cross-modal interaction, decoder, and decode strategy). Each stage is empowered with the functionality that covers a series of modules widely adopted in state-of-the-arts and allows seamless switching in between. This way naturally enables a flexible implementation of state-of-the-art algorithms for image captioning, video captioning, and vision-language pre-training, aiming to facilitate the rapid development of research community. Meanwhile, since the effective modular designs in several stages (e.g., cross-modal interaction) are shared across different vision-language tasks, X-modaler can be simply extended to power startup prototypes for other tasks in cross-modal analytics, including visual question answering, visual commonsense reasoning, and cross-modal retrieval. X-modaler is an Apache-licensed codebase, and its source codes, sample projects and pre-trained models are available on-line: https://github.com/YehLi/xmodaler.

📄 PDF Abstract BibTeX arXiv:2108.08217

Code (2)

yehli/xmodaler 공식 구현 pytorch
jianjieluo/openai-clip-feature pytorch

Tasks

Cross-Modal RetrievalDecoderImage CaptioningQuestion AnsweringRetrievalVideo CaptioningVisual Commonsense ReasoningVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Instella: Fully Open Language Models with Stellar Performance

2025-11-13 · Jiang Liu, Jialian Wu, Xiaodong Yu, Yusheng Su 외 arxiv

Large language models (LLMs) have demonstrated remarkable performance across a wide range of tasks, yet the majority of high-performing models remain closed-source or partially open, limiting transparency and reproducibi…

Reinforcement Learning

BirdSet: A Large-Scale Dataset for Audio Classification in Avian Bioacoustics

2024-03-15 · Lukas Rauch, Raphael Schwinger, Moritz Wirth, René Heinrich 외

Deep learning (DL) has greatly advanced audio classification, yet the field is limited by the scarcity of large-scale benchmark datasets that have propelled progress in other domains. While AudioSet is a pivotal step to …

Audio ClassificationClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

Jasmine: A Simple, Performant and Scalable JAX-based World Modeling Codebase

2025-10-30 · Mihir Mahajan, Alfred Nguyen, Franz Srambical, Stefan Bauer arxiv

While world models are increasingly positioned as a pathway to overcoming data scarcity in domains such as robotics, open training infrastructure for world modeling remains nascent. We introduce Jasmine, a performant JAX…

ORBIT: Cost-Effective Dataset Curation for Large Language Model Domain Adaptation with an Astronomy Case Study

2024-12-19 · Eric Modesitt, Ke Yang, Spencer Hulsey, ChengXiang Zhai 외

Recent advances in language modeling demonstrate the need for high-quality domain-specific training data, especially for tasks that require specialized knowledge. General-purpose models, while versatile, often lack the d…

AstronomyDomain AdaptationLanguage ModelingLanguage Modelling+2

Codebase-Memory: Tree-Sitter-Based Knowledge Graphs for LLM Code Exploration via MCP

2026-03-28 · Martin Vogel, Falk Meyer-Eschenbach, Severin Kohler, Elias Grünewald 외 arxiv

Large Language Model (LLM) coding agents typically explore codebases through repeated file-reading and grep-searching, consuming thousands of tokens per query without structural understanding. We present Codebase-Memory,…

Knowledge Graphs