中文
相关论文

相关论文: IMDL-BenCo: A Comprehensive Benchmark and Codebase…

200 篇论文

Significant progress has been made in the field of Instruction-based Image Editing (IIE). However, evaluating these models poses a significant challenge. A crucial requirement in this field is the establishment of a comprehensive evaluation…

计算机视觉与模式识别 · 计算机科学 2024-09-30 Yiwei Ma , Jiayi Ji , Ke Ye , Weihuang Lin , Zhibin Wang , Yonghan Zheng , Qiang Zhou , Xiaoshuai Sun , Rongrong Ji

Image Manipulation Localization (IML) aims to identify edited regions in an image. However, with the increasing use of modern image editing and generative models, many manipulations no longer exhibit obvious low-level artifacts. Instead,…

计算机视觉与模式识别 · 计算机科学 2026-04-14 Zhenshan Tan , Chenhan Lu , Yuxiang Huang , Ziwen He , Xiang Zhang , Yuzhe Sha , Xianyi Chen , Tianrun Chen , Zhangjie Fu

Implicit Neural Representations (INRs) have gained success in various signal processing tasks due to their advantages of continuity and infinite resolution. However, the factors influencing their effectiveness and limitations remain…

机器学习 · 计算机科学 2025-10-14 Linfei Li , Fengyi Zhang , Zhong Wang , Lin Zhang , Ying Shen

Image manipulation detection and localization have received considerable attention from the research community given the blooming of Generative Models (GMs). Detection methods that follow a passive approach may overfit to specific GMs,…

计算机视觉与模式识别 · 计算机科学 2024-09-27 Filippo Bartolucci , Iacopo Masi , Giuseppe Lisanti

Empirical and LLM-based research in model-driven engineering increasingly relies on datasets of software models, for instance, to train or evaluate machine learning techniques for modeling support. These datasets have a significant impact…

软件工程 · 计算机科学 2026-03-06 Philipp-Lorenz Glaser , Lola Burgueño , Dominik Bork

The analysis of tabular datasets is highly prevalent both in scientific research and real-world applications of Machine Learning (ML). Unlike many other ML tasks, Deep Learning (DL) models often do not outperform traditional methods in this…

机器学习 · 计算机科学 2024-08-28 Assaf Shmuel , Oren Glickman , Teddy Lazebnik

In the rapidly evolving field of autonomous driving, precise segmentation of LiDAR data is crucial for understanding complex 3D environments. Traditional approaches often rely on disparate, standalone codebases, hindering unified…

计算机视觉与模式识别 · 计算机科学 2024-05-31 Jiahao Sun , Chunmei Qing , Xiang Xu , Lingdong Kong , Youquan Liu , Li Li , Chenming Zhu , Jingwei Zhang , Zeqi Xiao , Runnan Chen , Tai Wang , Wenwei Zhang , Kai Chen

Generalizing language-conditioned multi-task imitation learning (IL) models to novel long-horizon 3D manipulation tasks is challenging. To address this, we propose DeCo (Task Decomposition and Skill Composition), a model-agnostic framework…

机器人学 · 计算机科学 2026-02-17 Zixuan Chen , Junhui Yin , Yangtao Chen , Jing Huo , Pinzhuo Tian , Jieqi Shi , Yiwen Hou , Yinchuan Li , Yang Gao

Recent studies on large language models (LLMs) and large multimodal models (LMMs) have demonstrated promising skills in various domains including science and mathematics. However, their capability in more challenging and real-world related…

计算机视觉与模式识别 · 计算机科学 2025-02-28 Ming Li , Jike Zhong , Tianle Chen , Yuxiang Lai , Konstantinos Psounis

With the unprecedented advancements in Large Language Models (LLMs), their application domains have expanded to include code generation tasks across various programming languages. While significant progress has been made in enhancing LLMs…

Recent advancements in large language models (LLMs) have showcased impressive code generation capabilities, primarily evaluated through language-to-code benchmarks. However, these benchmarks may not fully capture a model's code…

软件工程 · 计算机科学 2024-09-16 Yuwei Zhao , Ziyang Luo , Yuchen Tian , Hongzhan Lin , Weixiang Yan , Annan Li , Jing Ma

Web applications (web apps) have become a key arena for large language models (LLMs) to demonstrate their code generation capabilities and commercial potential. However, building a benchmark for LLM-generated web apps remains challenging…

软件工程 · 计算机科学 2026-03-17 Chenxu Liu , Yingjie Fu , Wei Yang , Ying Zhang , Tao Xie

In recent years, researchers have proposed numerous benchmarks to evaluate the impressive coding capabilities of large language models (LLMs). However, current benchmarks primarily assess the accuracy of LLM-generated code, while neglecting…

软件工程 · 计算机科学 2024-10-10 Jiasheng Zheng , Boxi Cao , Zhengzhao Ma , Ruotong Pan , Hongyu Lin , Yaojie Lu , Xianpei Han , Le Sun

Multimodal Large Language Models (MLLM) have made significant progress in the field of document analysis. Despite this, existing benchmarks typically focus only on extracting text and simple layout information, neglecting the complex…

计算机视觉与模式识别 · 计算机科学 2024-07-04 Lei Chen , Feng Yan , Yujie Zhong , Shaoxiang Chen , Zequn Jie , Lin Ma

Deobfuscating JavaScript (JS) code poses a significant challenge in web security, particularly as obfuscation techniques are frequently used to conceal malicious activities within scripts. While Large Language Models (LLMs) have recently…

密码学与安全 · 计算机科学 2025-06-26 Guoqiang Chen , Xin Jin , Zhiqiang Lin

Brain imaging analysis is crucial for diagnosing and treating brain disorders, and multimodal large language models (MLLMs) are increasingly supporting it. However, current brain imaging visual question-answering (VQA) benchmarks either…

计算机视觉与模式识别 · 计算机科学 2025-12-29 Zhihao Peng , Cheng Wang , Shengyuan Liu , Zhiying Liang , Zanting Ye , Minjie Ju , PeterYM Woo , Yixuan Yuan

Multimodal large language models (MLLMs) have significantly advanced the integration of visual and textual understanding. However, their ability to generate code from multimodal inputs remains limited. In this work, we introduce VisCodex, a…

计算与语言 · 计算机科学 2025-08-14 Lingjie Jiang , Shaohan Huang , Xun Wu , Yixia Li , Dongdong Zhang , Furu Wei

While Large Multimodal Models (LMMs) excel in general visual tasks, their deployment in specialized financial contexts remains insufficient. Existing benchmarks prioritize isolated charts, often overlooking the need to integrate data from…

计算工程、金融与科学 · 计算机科学 2026-05-19 Jiayong Zhu , Jiangtong Li , Jinru Ding , Dawei Cheng , Jie Xu , Feng Yu

Large language models (LLMs) are increasingly capable of generating functional source code, raising concerns about authorship, accountability, and security. While detecting AI-generated code is critical, existing datasets and benchmarks are…

机器学习 · 计算机科学 2026-02-03 Daniil Orel , Dilshod Azizov , Indraneil Paul , Yuxia Wang , Iryna Gurevych , Preslav Nakov

Machine learning (ML) research strongly relies on benchmarks in order to determine the relative effectiveness of newly proposed models. Recently, a number of prominent research effort argued that a number of models that improve the…

计算机视觉与模式识别 · 计算机科学 2025-01-28 Utku Ozbulak , Esla Timothy Anzaku , Solha Kang , Wesley De Neve , Joris Vankerschaver