IBM at ICML 2026
- Seoul, South Korea
About
IBM is proud to be sponsoring the 43rd International Conference on Machine Learning (ICML).
The ICML is the premier gathering of professionals dedicated to the advancement of the branch of artificial intelligence known as machine learning. ICML is globally renowned for presenting and publishing cutting-edge research on all aspects of machine learning used in closely related areas like artificial intelligence, statistics and data science, as well as important application areas such as machine vision, computational biology, speech recognition, and robotics. ICML is one of the fastest growing artificial intelligence conferences in the world. Participants at ICML span a wide range of backgrounds, from academic and industrial researchers, to entrepreneurs and engineers, to graduate students and postdocs.
Booth Information
Visit us at the IBM booth in the exhibit hall to talk to our researchers and see demos of our work.
IBM Booth Talks & Demos:
- Composable AI: Build AI More Like Software (Talk)
- The Modular Engine of Enterprise AI: Precision, efficiency, and trust with the IBM Granite 4.1 Model Family (Talk)
- Granite Libraries + Mellea for Modular LLM Programming (Demo)
- Granite Speech + Mellea for Real-Time Voice Interaction (Demo)
- Granite Vision + Docling for Document Intelligence (Demo)
- IBM Project Bob (Demo)
Agenda
- Description:
vLLM-Hook is a modular plug-in library for vLLM that lets developers and researchers inspect, analyze, and intervene on internal model states during inference. The talk will present the core design of vLLM-Hook, including its configuration-driven hook interface, support for passive programming and active programming, and compatibility with practical deployment workflows. We will show how the system exposes internal signals such as attentions, attention heads, and activations, and how these signals can be used for real-time monitoring and controlled intervention without requiring model retraining. The session will highlight three concrete use cases from the project: prompt-injection detection through in-model monitoring, retrieval enhancement through selective retrieval and reranking signals, and activation steering for controlled generation. The goal of the talk is to give practitioners a clear view of how model-internal programming can become a practical capability in modern LLM serving stacks built on vLLM.
https://icml.cc/virtual/2026/75729 https://github.com/IBM/vLLM-Hook
Speakers:PCChief Scientist, RPI-IBM AI Research Collaboration; Research Staff Member - Adversarial Machine LearningIBMKNPrincipal Research Scientist, IBM Research | Science Program Manager, MIT-IBM Computing Research LabUPUnknown Person - Description:
We are demonstrating a live voice assistant, built on open IBM Granite 4.1 models, that lets ICML attendees watch a language model check its own work in real time, turn by turn, during a natural spoken conversation. Attendees walk up, speak to the assistant, and watch a panel beside it light up as the system generates several candidate responses in parallel and scores each one against a set of plain-English requirements: how the answer should sound, how long it should be, what it shouldn't say. Passing requirements turn green, failures turn red, and the first candidate that satisfies all of them is spoken back. Failures are shown, not hidden. Attendees can edit the requirements on the fly and hear the assistant's behavior change mid-conversation. The demonstration is hands-on and built for a research audience working on validated and controllable generation. Every piece of it (models, orchestration, frontend) is Apache-2.0 and runs on a single laptop with no external API, so any attendee can reproduce it after the session.
https://icml.cc/virtual/2026/75718 https://github.com/generative-computing/mellea-demos/tree/main/2026-granite-speech
Speakers:KNPrincipal Research Scientist, IBM Research | Science Program Manager, MIT-IBM Computing Research LabPSAI Foundations EngineeringHLPrincipal Research Staff Member, Senior Manager AI Foundations EngineeringUPUnknown Person - Description:
Every LLM application eventually runs into the same wall: the model generates plausible-sounding output that is wrong, off-format, or unsafe — and there is nothing between generation and delivery to catch it. Prompting the model harder helps sometimes. However, it is not reliable.
This workshop teaches a systematic approach to the problem using two open-source IBM tools: Mellea, a Python library for structured LLM generation, and Granite Libraries, a collection of lightweight LoRA adapters that score generated output against developer-defined requirements. Together they implement an Instruct-Validate-Repair loop — generate a response, measure it against your requirements, and select or retry before it reaches the user.
Participants start with a plain chatbot that hallucinates citations, ignores formatting rules, and produces uncontrolled output. By the end of the session, the same chatbot validates every response against a set of requirements defined in plain English, generates multiple candidates in parallel, and automatically selects the best one — all running locally, all on open-source models.
No cloud accounts, no audio hardware, no frontend build. A working environment takes under five minutes to set up.
What you will build: a command-line chat application that grows module by module — from a bare Mellea generation call, to single-requirement scoring, to a parallel Best-of-N validation loop with multiple Granite Libraries adapters firing simultaneously.
What you will leave with: a mental model of how to enforce output quality programmatically, hands-on experience writing and tuning natural-language requirements, and a local codebase you can adapt to your own domain.
Technologies covered: Mellea, Granite Libraries (activated LoRA adapters), IBM Granite 4.0, Python, OpenAI-compatible inference backends (LM Studio, Ollama, vLLM).
All tools and models used are Apache 2.0 licensed and available on HuggingFace.
Speakers:JLJake LoRoccoIBMKNPrincipal Research Scientist, IBM Research | Science Program Manager, MIT-IBM Computing Research LabPSAI Foundations EngineeringHLPrincipal Research Staff Member, Senior Manager AI Foundations EngineeringUPUnknown Person
- Description:
LLM-based agents already operate in production across many industries, yet we lack an understanding of what technical methods make deployments successful. We present the first systematic study of Characterizing Agents in Production (CAP), using first-hand data from agent developers. We conducted 20 case studies via in-depth interviews and surveyed 306 practitioners across 26 domains. We investigate why organizations build agents, how they build them, how they evaluate them, and their top development challenges. Our study finds that production agents are built using simple, controllable approaches: 68% execute at most 10 steps before human intervention, 70% rely on prompting off-the-shelf models instead of weight tuning, and 74% depend primarily on human evaluation. Reliability—consistent correct behavior over time—remains the top development challenge, which practitioners currently address through systems-level design. CAP documents the current state of production agents, providing the research community with visibility into deployment realities and underexplored research avenues.
Survey: https://berkeley.qualtrics.com/jfe/form/SV_3q1WIz3UAGgw0wC
Authors:+19 more view allMPMelissa PanNON-IBMNANegar ArabzadehNON-IBMRCRiccardo CogoNON-IBMYZYuxuan ZhuNON-IBMAXAlexander XiongNON-IBMLALakshya A AgrawalNON-IBM - Description:
Transformers are arguably the preferred architecture for language generation. In this paper, inspired by continued fractions, we introduce a new function class for generative modeling. The architecture family implementing this function class is named CoFrGeNets - Continued Fraction Generative Networks. We design novel architectural components based on this function class that can replace Multi-head Attention and Feed-Forward Networks in Transformer blocks while requiring much fewer parameters. We derive custom gradient formulations to optimize the proposed components more accurately and efficiently than using standard PyTorch-based gradients. Our components are a plug-in replacement requiring little change in training or inference procedures that have already been put in place for Transformer-based models thus making our approach easy to incorporate in large industrial workflows. We experiment on two very different transformer architectures GPT2-xl (1.5B) and Llama3 (3.2B), where the former we pre-train on OpenWebText and GneissWeb, while the latter we pre-train on the docling data mix which consists of nine different datasets. Results show that the performance on downstream classification, Q& A, reasoning and text understanding tasks of our models is competitive and sometimes even superior to the original models with to the parameters and shorter pre-training time. We believe that future implementations customized to hardware will further bring out the true potential of our architectures.
Authors:ADPrincipal Research Staff MemberVVVijil VijilIBMDWSenior Research ScientistTPTejaswini PedapatiIBMKRPrincipal Research ScientistRNSenior Research Scientist - Description:
Modern computer-use agents (CUA) must perceive a screen as a structured state, what elements are visible, where they are, and what text they contain, before they can reliably ground instructions and act. Yet, most available grounding datasets provide sparse supervision, with insufficient and low-diversity labels that annotate only a small subset of task-relevant elements per screen, which limits both coverage and generalization; moreover, practical deployment requires efficiency to enable low-latency, on-device use. We introduce ScreenParse, a large-scale dataset for complete screen parsing, with dense annotations of all visible UI elements (boxes, 55-class types, and text) across 771K web screenshots (21M elements). ScreenParse is generated by Webshot, an automated, scalable pipeline that renders diverse urls, extracts annotations and applies VLM-based relabeling and quality filtering. Using ScreenParse, we train ScreenVLM, a compact, 316M-parameter vision language model (VLM) that decodes a compact ScreenTag markup representation with a structure-aware loss that upweights structure-critical tokens. ScreenVLM substantially outperforms much larger foundation VLMs on dense parsing (e.g., 0.592 vs. 0.294 PageIoU on ScreenParse) and shows strong transfer to public benchmarks. Moreover, finetuning foundation VLMs on ScreenParse consistently improves their grounding performance, suggesting that dense screen supervision provides transferable structural priors for UI understanding. The dataset, model and code will be made publicly available.
Authors:SGPre-Doctoral ResearcherSHSunghwan HongNON-IBMANResearch ScientistMPMarc PollefeysNON-IBMPSPrincipal RSM; Master Inventor; Manager of `AI for Knowledge` group. - Description:
Recent advances in audio deepfake detection have been driven by increasingly large speech foundation models and growing amounts of synthetic data. Despite steady improvements on different benchmarks, it remains unclear how detection performance scales with model capacity and training data under realistic deployment conditions, where detectors operate under distribution shift, signal corruption, and unseen synthesis pipelines. In this work, we present the first systematic study of scaling laws in post-training audio deepfake detection, focusing on fine-tuning regimes rather than large-scale pretraining.
Using a controlled family of speech foundation models with shared architecture and pretraining, we analyze how detection performance, robustness, and generalization evolve as a function of model size and training data scale. Our evaluation covers multiple dimensions, including out-of-distribution datasets, common audio corruptions, cross-language generalization, and cross-TTS (Text-to-Speech) generalization to unseen speech synthesis systems. Across settings, we observe consistent but highly non-uniform scaling behavior: while larger models are more sample-efficient and generalize better overall, scaling benefits weaken under corruptions and linguistic shift, and persistent error gaps remain even at the largest scales.
Our results reveal a fundamental asymmetry between performance scaling and robustness scaling in audio deepfake detection. While larger detectors consistently improve in-distribution detection performance, gains in robustness and generalization, particularly under cross-language and cross-TTS evaluation, are substantially weaker and exhibit persistent error gaps.
Authors:XLXiang LiNON-IBMPCPrincipal Research Scientist and Manager; Chief Scientist, RPI-IBM AI Research CollaborationWWWenqi WeiNON-IBM - Description:
Visit us at the IBM booth in the exhibit hall to talk to our researchers and see demos of our work.
- Description:
Multimodal Large Language Models (MLLMs) have achieved strong performance on structured visual understanding tasks such as chart and document question answering. However, existing benchmarks typically evaluate these domains in isolation, leaving underexplored a key capability: whether models can use textual context to determine how chart evidence should be selected, interpreted, and aggregated. We introduce DOCHOP, a benchmark for integrated chart–context reasoning in document-style images. In DOCHOP, the document narrative specifies multi-step compositional constraints, while charts provide the corresponding data values. Questions are grounded on a semantic reference label defined in the narrative, requiring models to resolve target entities from context before aggregating evidence across multiple charts. To enable systematic evaluation, we construct DOCHOP via a stochastic logic-first generation pipeline with controllable reasoning depth and visual density, covering 1,876 examples across six task categories. Experiments on a wide range of proprietary and open-source MLLMs show a substantial gap to human performance: annotators achieve over 90% accuracy, while the best model reaches only 60.18%. Reasoning-enhanced models consistently show improved results, but performance degrades as reasoning complexity increases. Overall, DOCHOP provides a controlled testbed for challenging multi-hop document reasoning.
Authors:+2 more view allZYZhuoran YuNON-IBMLNLe Thien Phuc NguyenNON-IBMJPJaden ParkNON-IBMXGXinyi GuNON-IBMZHZexue HeNON-IBMSLSoochahn LeeNON-IBM - Description:
The Mamba model has gained significant attention for its computational advantages over Transformer-based models, while achieving comparable performance across a wide range of language tasks. Like Transformers, Mamba exhibits in-context learning (ICL) capabilities, i.e., making predictions for new tasks based on a prompt containing input-label pairs and a query, without requiring fine-tuning. Despite its empirical success, the theoretical understanding of Mamba remains limited, largely due to the nonlinearity introduced by its gating mechanism. To the best of our knowledge, this paper presents the first theoretical analysis of the training dynamics of a one-layer Mamba model, which consists of a linear attention component followed by a nonlinear gating layer, and its ICL generalization on unseen binary classification tasks, even when the prompt includes additive outliers. Our analysis shows that Mamba leverages the linear attention layer to select informative context examples and uses the nonlinear gating layer to suppress the influence of outliers. By establishing and comparing to the analysis of linear Transformers under the same setting, we show that although Mamba may require more training iterations to converge, it maintains accurate predictions even when the proportion of outliers exceeds the threshold that a linear Transformer can tolerate. These theoretical findings are supported by empirical experiments.
Authors:HLHongkang LiNON-IBMSLSongtao LuNON-IBMXCPrincipal Research ScientistPCPrincipal Research Scientist and Manager; Chief Scientist, RPI-IBM AI Research CollaborationMWMeng WangNON-IBM - Speakers:
- Description:
Visit us at the IBM booth in the exhibit hall to talk to our researchers and see demos of our work.
- Description:
Instruction tuning for speech language models (SLMs) is substantially more challenging than for text-based large language models (LLMs), as it requires learning a new modality and a wide range of speech-specific instructions in addition to those supported by text LLMs. Existing SLM training approaches largely replicate the text LLM training paradigm by synthesizing large-scale speech pre-training and instruction-tuning datasets. However, this strategy is difficult to scale, since speech sequences are significantly longer than text sequences. In this paper, we propose SpeechCombine, an instruction-following speech language model trained without any instruction tuning, using only a single round of speech pre-training on as little as 30k hours of speech data. Starting from a text LLM base model, we perform continuous pre-training on speech utterances to obtain a speech-adapted model, and then directly combine its weights with the weight difference between the instruction-tuned and base versions of the text LLM. Our results show that this simple combination strategy not only preserves the knowledge and capabilities of the original text LLM, but also effectively transfers them to the speech domain. These findings suggest a new direction for SLM training that avoids reliance on massive volumes of speech data.
Authors:CDCongrui DuNON-IBMYZYang ZhangIBMKQKaizhi QianIBMSCShiyu ChangNON-IBM - Description:
While most AI alignment research focuses on preventing models from generating explicitly harmful content, a more subtle risk is emerging: capability-oriented training induced exploitation. We investigate whether language models, when trained with reinforcement learning (RL) in environments with implicit loopholes, will spontaneously learn to exploit these flaws to maximize their reward, even without any malicious intent in their training. To test this, we design a suite of four diverse “vulnerability games”, each presenting a unique, exploitable flaw related to context-conditional compliance, proxy metrics, reward tampering, and self-evaluation. Our experiments show that models consistently learn to exploit these vulnerabilities, discovering opportunistic strategies that significantly increase their reward at the expense of task correctness or safety. More critically, we find that these exploitative strategies are not narrow “tricks” but generalizable skills; they can be transferred to new tasks and even “distilled” from a capable teacher model to other student models through data alone. Our findings reveal that capability-oriented training induced risks pose a fundamental challenge to current alignment approaches, suggesting that future AI safety work must extend beyond content moderation to rigorously auditing and securing the training environments and reward mechanisms themselves.
Authors:+5 more view allYZYujun ZhouNON-IBMYHYue HuangNON-IBMHBHan BaoNON-IBMKGKevin GuoNON-IBMZLZheng LiangNON-IBMPCPrincipal Research Scientist and Manager; Chief Scientist, RPI-IBM AI Research Collaboration - Description:
LLM-based agents already operate in production across many industries, yet we lack an understanding of what technical methods make deployments successful. We present the first systematic study of Characterizing Agents in Production (CAP), using first-hand data from agent developers. We conducted 20 case studies via in-depth interviews and surveyed 306 practitioners across 26 domains. We investigate why organizations build agents, how they build them, how they evaluate them, and their top development challenges. Our study finds that production agents are built using simple, controllable approaches: 68% execute at most 10 steps before human intervention, 70% rely on prompting off-the-shelf models instead of weight tuning, and 74% depend primarily on human evaluation. Reliability—consistent correct behavior over time—remains the top development challenge, which practitioners currently address through systems-level design. CAP documents the current state of production agents, providing the research community with visibility into deployment realities and underexplored research avenues.
Authors:+19 more view allMPMelissa PanNON-IBMNANegar ArabzadehNON-IBMRCRiccardo CogoNON-IBMYZYuxuan ZhuNON-IBMAXAlexander XiongNON-IBMLALakshya A AgrawalNON-IBM - Description:
Large language models (LLMs) remain vulnerable to jailbreak attacks that bypass safety guardrails. Existing approaches overwhelmingly operate within the prompt-optimization paradigm; the resulting prompts typically retain malicious semantic signals that modern guardrails are primed to detect. In contrast, we identify a deeper vulnerability stemming from the highly interconnected nature of an LLM’s internal knowledge. This structure allows harmful objectives to be realized by weaving together sequences of benign sub-queries, each of which individually evades detection. To exploit this loophole, we introduce the Correlated Knowledge Attack Agent (CKA-Agent), a dynamic framework that reframes jailbreaking as an adaptive, tree-structured exploration of the target model’s knowledge base. The CKA-Agent issues locally innocuous queries, uses model responses to guide exploration across multiple paths, and ultimately assembles the aggregated information to achieve the original harmful objective. Evaluated across SOTA commercial LLMs, CKA-Agent consistently achieves over 95% success rates even against strong guardrails, underscoring the severity of this vulnerability and the urgent need for defenses against such knowledge-decomposition attacks.
Authors:+4 more view allRWRongzhe WeiNON-IBMPNPeizhi NiuNON-IBMXSXinjie ShenNON-IBMTTTony TuNON-IBMYLYifan LiNON-IBMRWRuihan WuNON-IBM - Description:
Rapid expansion of urban areas and population growth is causing an immense increase in waste production, which demands the need for efficient and automated waste management. In this scenario, automated waste recycling (AWR) using deep learning methods can assist humans in optimal waste management. Recent deep learning approaches for AWR provide promising waste segmentation performance, however, these methods rely on large backbone networks that are inefficient for AWR systems and suffer from performance deterioration in cluttered scenes. To this end, an optimal waste segmentation network is introduced which effectively utilizes the spatial domain to capture localized structural dependencies and the spectral domain to efficiently extract global contextual relationships. This cascaded design allows the network to progressively leverage both local and global representations across complementary domains to highlight the semantic information necessary for effective segmentation of various waste objects. Furthermore, auxiliary feature enhancement module (AFEM) is introduced to enhance the target objects’ boundaries and blob amplification for better segmentation in cluttered scenarios. Extensive experimentation on ZeroWaste-aug, ZeroWaste-f and SpectralWaste datasets reveals the merits of the proposed method.
Authors:MJMamoona JavaidNON-IBMMNMubashir NomanNON-IBMAHAbdul HannanNON-IBMSNShah NawazNON-IBMMFStaff Research ScientistSGSajid GhuffarNON-IBM - Description:
On-policy distillation is a promising approach for transferring knowledge between language models, where a student learns from dense token-level signals along its own trajectories. This framework typically uses reverse KL divergence, encouraging the student to match the teacher's high-confidence predictions. However, we show that the mode-seeking property of reverse KL reduces generation diversity and yields unstable learning signals when the teacher distribution has high entropy. To address this, we introduce Entropy-Aware On-Policy Distillation. Our key idea is augmenting the standard reverse KL objective with forward KL when teacher entropy is high, capturing the full range of plausible outputs while retaining precise imitation elsewhere. It balances mode-seeking precision with mode-covering robustness without sacrificing on-policy training efficiency. Experiments show that our method maintains generation diversity (sustained token-level entropy) and improves student–teacher alignment (lower forward KL on high-entropy tokens). Across six math reasoning benchmarks, this yields Pass@8 accuracy gains of +1.37 for Qwen3-0.6B-Base, +2.39 for Qwen3-1.7B-Base, and +5.05 for Qwen3-4B-Base compared to baseline on-policy distillation methods. These results demonstrate that accounting for teacher uncertainty is essential for maintaining diversity and achieving effective knowledge transfer.
Authors:+2 more view allWJWoogyeol JinNON-IBMTMTaywon MinNON-IBMYYYongjin YangNON-IBMSKSenior Research ScientistYZResearch Staff Member, Master InventorDWSenior Research Scientist - Description:
In many domains, generating variable length sequences through insertions provides greater flexibility over autoregressive models. However, the action space of insertion models is much larger than that of autoregressive models (ARMs) making the learning challenging. To address this, we incorporate trainable order dynamics into the target rates for discrete flow matching, and show that with suitable choices of parameterizations, joint training of the target order dynamics and the generator is tractable without the need for numerical simulation. As the generative insertion model, we use a variable length masked diffusion model, which generates by inserting and filling mask tokens. On graph traversal tasks for which a locally optimal insertion order is known, we explore the choices of parameterization empirically and demonstrate the trade-offs between flexibility, training stability and generation quality. On DeNovo small molecule generation, we find that the learned order dynamics leads to an increase in the number of valid molecules generated, when compared to uniform order dynamics.
Authors:DPDhruvesh PatelIBMBRBenjamin RozonoyerNON-IBMGPGaurav PandeyIBMTNSenior Research ScientistRARamón Fernandez AstudilloIBMAMAndrew McCallumNON-IBM - Description:
Diffusion language models (DLMs) have emerged as a promising alternative to autoregressive (AR) models, offering sub-linear generation latency and bidirectional capabilities that are particularly appealing for code generation and editing. Achieving sub-linear latency in discrete DLMs requires predicting multiple tokens in parallel. However, standard DLMs sample tokens independently from conditional marginal distributions, failing to capture the joint dependencies among concurrently generated tokens. As a result, they often lead to syntactic inconsistencies and break multi-token structures. In this work, we introduce CoDiLA (CoherentDiffusion withLocal Autoregression), a method that reconciles parallel sampling with local dependency modeling. Rather than forcing the DLM to resolve fine-grained syntax, CoDiLA delegates local decoding to a small, auxiliary AR model operating on the diffusion latents. This design allows for parallel block generation while ensuring sequential validity within each block and maintaining core DLM capabilities, including bidirectional modeling across blocks. We demonstrate that using a highly compact auxiliary AR model (e.g., 0.6B parameters) effectively eliminates coherence artifacts, establishing a new Pareto frontier for accuracy and speed in code generation benchmarks.
Authors:MHResearch ScientistNMNicolas MenetIBMRTRonan TaniosIBMARResearch Staff Member - Description:
Mid-training is increasingly used to improve the reasoning capabilities of large language models (LLMs), yet its design choices and interaction with evaluation and reinforcement learning (RL) remain poorly understood. Prior work often focuses on narrow domain gains, overlooking retention of general abilities, long-context performance, and RL compatibility. We present PRISM (Demystifying Retention and Interaction in Mid-Training), a holistic empirical study that analyzes mid-training design choices, what to evaluate, and how domain mixtures and training stages interact across model families. Experiments on Granite-3.3 8B, LLaMA-3.1 8B, and Mistral-7B/24B base models show that a relatively small, high-quality mid-training phase of ~27B tokens acts as a critical stabilizing stage for reasoning. Across models, PRISM yields consistent gains of ~6-10 points on coding benchmarks and ~17-30 points on mathematical reasoning benchmarks while preserving general performance. RL applied on top of PRISM-mid-trained models produces stable, monotonic improvements, adding a further ~3-8 points across coding and math tasks such as LiveCodeBench, Codeforces, AIME and MATH500, and ~17-20 points on science (GPQA-Diamond), whereas RL applied directly to base models is substantially less effective. Our results demonstrate that retention-aware mid-training is a necessary intermediate step for reliable reasoning enhancement and RL scaling, and provide practical guidance for designing robust mid-training pipelines for modern LLMs.
Authors:BRBharat RunwalIBMAAAshish AgrawalIBMARAnurag RoyIBMRPRameswar PandaIBM
- Description:
Visit us at the IBM booth in the exhibit hall to talk to our researchers and see demos of our work.
- Description:
The invention of the transformer architecture has revolutionized Artificial Intelligence (AI), yielding unprecedented success in areas such as natural language processing, computer vision, and multimodal reasoning. Despite these advances, it is unclear whether transformers are able to learn and implement precise algorithms. Here, we demonstrate that transformers can exactly implement a fundamental and widely used algorithm for k-means clustering: Lloyd's algorithm. First, we theoretically prove the existence of such a transformer architecture, which we term the k-means transformer, that exactly implements Lloyd's algorithm for k-means clustering using the standard ingredients of modern transformers: attention and residual connections. Next, we numerically implement this transformer and demonstrate in experiments the exact correspondence between our architecture and Lloyd’s algorithm, providing a fully neural implementation of k-means clustering. Finally, we demonstrate that interpretable alterations (e.g., incorporating layer normalizations or multilayer perceptrons) to this architecture yields diverse and novel variants of clustering algorithms, such as soft k-means, spherical k-means, trimmed k-means, and more. Collectively, our findings demonstrate how transformer mechanisms can precisely map onto algorithmic procedures, offering a clear and interpretable perspective on implementing precise algorithms in transformers.
Authors:KCManager, Theory of Computation & Information; Distinguished Research ScientistLHSenior Manager, Mathematics & Theoretical Computer ScienceTITaku ItoIBMCPCharlotte ParkNON-IBMPRResearch Staff Member - Description:
Existing time series foundation models (TSFMs), often based on transformer variants, lack adaptability to different sampling rates, struggle with generalization across varying context and target lengths and are computationally inefficient. We introduce FlowState, a novel TSFM architecture that achieves sampling-rate–equivariant forecasting through a unified design that pairs a state space model (SSM) encoder with a functional basis decoder (FBD). This design enables continuous-time modeling and dynamic time-scale adjustment, allowing FlowState to inherently generalize across all possible temporal resolutions, and dynamically adjust the forecasting horizons without retraining. We further propose an efficient pretraining strategy that improves robustness and accelerates training. Despite being one of the smallest TSFMs, FlowState achieves state-of-the-art results on the widely used GIFT-Eval benchmark, while demonstrating superior adaptability to unseen sampling rates. Our detailed analyses confirm the effectiveness of its components, and we demonstrate its unique ability to adapt to varying input sampling rates.
Authors:LGTBResearch ScientistSWStaff Research ScientistAPPrincipal Research Scientist, Manager AI Platform - Description:
In over sixty years since its inception, the field of planning has made significant contributions to both the theory and practice of building planning software that can solve a never-before-seen planning problem. This was done through established practices of rigorous design and evaluation of planning systems. It is therefore our position that this rigor should be employed to the current trend of work on planning with language models. One suggested way to do so is by correctly incorporated the insights, tools, and data from the automated planning community into the design and evaluation of LLM-based planners. We hold that the work from the planning community is not just important from a historical perspective, but includes lessons that could help accelerate the development of planners based on LLMs. This position is particularly important given the fact that we see many of the recent works in the area replicate and propagate mistakes that have been identified within the planning community. By avoiding such known pitfalls, we believe that the works in this space will not only make progress in building LLM-based planners, but planning in general.
Authors:MKPrincipal Research Staff MemberHKResearch ScientistCMChristian MuiseNON-IBMSSPrincipal Research Scientist, Research ManagerSSSarath SreedharanNON-IBM - Description:
Proactive large language model (LLM) agents aim to actively plan, query, and interact over mul- tiple turns, enabling efficient task completion be- yond passive instruction following and making them essential for real-world, user-centric appli- cations. Agentic reinforcement learning (RL) has recently emerged as a promising solution for train- ing such agents in multi-turn settings, allowing interaction strategies to be learned from feedback. However, existing pipelines face a critical chal- lenge in balancing task performance with user engagement, as passive agents can not efficiently adapt to users’ intentions while overuse of human feedback reduces their satisfaction. To address this trade-off, we propose BAO, an agentic RL framework that combines behavior enhancement to enrich proactive reasoning and information- gathering capabilities with behavior regulariza- tion to suppress inefficient or redundant interac- tions and align agent behavior with user expecta- tions. We evaluate BAO on multiple tasks from the UserRL benchmark suite, and demonstrate that it substantially outperforms proactive agentic RL baselines while achieving comparable or even superior performance to commercial LLM agents, highlighting its effectiveness for training proac- tive, user-aligned LLM agents in complex multi- turn scenarios. Our website: https://proactive- agentic-rl.github.io/.
Authors:+2 more view allYYYihang YaoNON-IBMZCZhepeng CenNON-IBMHLHaohong LinNON-IBMZLZuxin LiuNON-IBMJZJiacheng ZhuNON-IBMLSLaixi ShiNON-IBM - Description:
Despite recent successes, test-time scaling - i.e., dynamically expanding the token budget during inference as needed - remains brittle for vision-language models (VLMs). Unstructured visual reasoning chains entangle perception and reasoning, leading to long, disorganized contexts where small perceptual mistakes may cascade into completely wrong answers. Reasoning also requires expensive reinforcement learning with hand-crafted rewards. Here, we introduce SPARC (Separating Perception And Reasoning Circuits), a modular framework that explicitly decouples visual perception from reasoning. Inspired by sequential sensory-to-cognitive processing in the brain, SPARC implements a two-stage pipeline where the model first performs explicit visual search to localize question-relevant regions, then conditions its reasoning on those regions to produce the final answer. This separation enables independent test-time scaling with asymmetric compute allocation (e.g., prioritizing perceptual processing under distribution shift), and supports selective optimization (e.g., improving the perceptual stage alone when it is the bottleneck for end-to-end performance). It also accommodates compressed contexts by running global search at lower image resolutions and allocating high-resolution processing only to selected regions, thereby reducing visual token count and compute. SPARC outperforms monolithic baselines and strong visual-grounding approaches across challenging visual reasoning tasks, such as improving Qwen3VL 4B on the V∗ VQA benchmark by 6.7 points and surpassing "thinking with images" by 4.6 points in an OOD setting with a 200× lower token budget.
Authors:+3 more view allNAPredoctoral ResearcherNDNayanika DebnathIBMLMLi MiNON-IBMTFResearch ScientistJWJunling WangNON-IBMZHZexue HeIBM - Description:
Entropic optimal transport (EOT) via Sinkhorn iterations is widely used in modern machine learning, yet GPU solvers remain inefficient at scale. Tensorized implementations suffer quadratic HBM traffic from densen×min-teractions, while existing online backends avoid O(nm)storage but still realize each Sinkhorn update via general-purpose tiled map-reduce reductions with limited fusion. We present FlashSinkhorn, an IO-aware EOT solver for squared Euclidean cost that rewrites stabilized log-domain Sinkhorn updates as row-wise Log-Sum-Exp reductions of biased dot-product scores, the same normalization as transformer attention. This enables FlashAttention-style fusion and tiling: fused Triton kernels stream tiles through on-chip SRAM, maintain online max/sumexp statistics, and update dual potentials in a single pass, substantially reducing HBM IO per iteration while retaining linear-memory operation. We further provide streaming kernels for transport application and Hessian–vector products, enabling scalable first- and second-order optimization without forming the transport plan. On A100 GPUs, FlashSinkhorn achieves up to 32× forward-pass and 161× end-to-end speedups over state-of-the-art online baselines on point-cloud OT, OTDD gradient flows, and OT-based shuffled regression.
Authors:FYFelix YeNON-IBMXLXingjie LiNON-IBMAYAn YuNON-IBMMCMing-ching ChangNON-IBMLCLinsong ChuIBMDWDavis WertheimerIBM - Description:
Although recent text-to-video generative models are getting more capable of following external camera controls, imposed by either text descriptions or camera trajectories, they still struggle to generalize to unconventional camera motions, which is crucial in creating truly original and artistic videos. The challenge lies in the difficulty of finding sufficient training videos with the intended uncommon camera motions. To address this challenge, we propose VIVIDCAM, a training paradigm that enables diffusion models to learn complex camera motions from synthetic videos, releasing the reliance on collecting realistic training videos. VIVIDCAMin- corporates multiple disentanglement strategies that isolate camera motion learning from synthetic appearance artifacts, ensuring more robust motion representation and mitigating domain shift. We show that our design synthesizes a wide range of precisely controlled camera motions using surprisingly simple synthetic data. Notably, this synthetic data often consists of basic geometries within a low-poly 3D scene and can be efficiently rendered by engines like Unity. Our video results can be found inhttps://wuqiuche.github.io/VividCamDemoPage/.
Authors:QWQiucheng WuNON-IBMHZHandong ZhaoNON-IBMZCZhixuan ChuNON-IBMJSJing ShiNON-IBMYZYang ZhangIBMSCShiyu ChangNON-IBM - Description:
Entropic optimal transport (EOT) via Sinkhorn iterations is widely used in modern machine learning, yet GPU solvers remain inefficient at scale. Tensorized implementations suffer quadratic HBM traffic from densen×min-teractions, while existing online backends avoid O(nm)storage but still realize each Sinkhorn update via general-purpose tiled map-reduce reductions with limited fusion. We present FlashSinkhorn, an IO-aware EOT solver for squared Euclidean cost that rewrites stabilized log-domain Sinkhorn updates as row-wise Log-Sum-Exp reductions of biased dot-product scores, the same normalization as transformer attention. This enables FlashAttention-style fusion and tiling: fused Triton kernels stream tiles through on-chip SRAM, maintain online max/sumexp statistics, and update dual potentials in a single pass, substantially reducing HBM IO per iteration while retaining linear-memory operation. We further provide streaming kernels for transport application and Hessian–vector products, enabling scalable first- and second-order optimization without forming the transport plan. On A100 GPUs, FlashSinkhorn achieves up to 32× forward-pass and 161× end-to-end speedups over state-of-the-art online baselines on point-cloud OT, OTDD gradient flows, and OT-based shuffled regression.
Authors:FYFelix YeNON-IBMXLXingjie LiNON-IBMAYAn YuNON-IBMMCMing-ching ChangNON-IBMLCLinsong ChuIBMDWDavis WertheimerIBM - Description:
Regularization is a core component of recent Reinforcement Learning (RL) algorithms. Mirror Descent Value Iteration (MDVI) uses both Kullback-Leibler divergence and entropy as regularizers in its value and policy updates. Despite its empirical success in discrete action domains and strong theoretical guarantees, the performance of KL-entropy-regularized methods does not surpass that of a strong entropy-only-regularized method in continuous action domains. In this study, we propose Mirror Descent Actor Critic (MDAC) as an actor-critic style instantiation of MDVI for continuous action domains, and show that its empirical performance is significantly boosted by bounding the actor's log-probability terms in the critic's loss function, compared to a non-bounded naive instantiation. Further, we relate MDAC to Advantage Learning by recalling that the actor's log-probability is equal to the regularized advantage function in tabular cases, and theoretically discuss when and why bounding the advantage terms is validated and beneficial. We also empirically explore effective choices for the bounding functions, and show that MDAC performs better than strong non-regularized and entropy-only-regularized methods with an appropriate choice of the bounding functions.
Authors:RIRyo IwakiIBM - Description:
We call for the development of agentic systems that thrive in new environments. Agentic systems, comprising foundation models, tools, and an execution strategy, have demonstrated strong capabilities, yet their development is often siloed around narrow benchmarks and environments. This paper advocates for developing general, adaptive agents that excel across diverse environments, from terminals and web interfaces to biological and embodied settings. We examine current limitations, explain the potential of increased generality, and identify immediate development priorities. Finally, we argue that protocols and evaluation must prioritize adaptiveness to foster a shared ecosystem for general-purpose agentic systems.
Authors:+2 more view allEBElron BandelIBMAYAsaf YehudaiIBMALAlexandre LacosteNON-IBMAGAvijit GhoshNON-IBMGNGraham NeubigNON-IBMMMMargaret MitchellNON-IBM - Description:
This position paper argues that AI agents with chain-of-thought reasoning capabilities are predisposed to exhibit collusive behavior and should be required to obtain behavioral certification before making decisions that affect economic markets. This is because integrating these agents into society could collapse the legal evidentiary distinction between competition and collusion among independent firms without eroding the economic harm distinction. Experiments with DeepSeek-R1 agents in the Bertrand oligopoly pricing domain reveal a tendency towards tacit collusion that persists even when humans prompt the agents not to collude. We further show that the chain-of-thought of these agents can be steered toward either extremely collusive or highly competitive behavior in a way that is not semantically detectable by another LLM analyzing the reasoning traces. As a result, deploying reasoning agents for market decisions leads to collusive economic outcomes without any evidence of conspiracy or intent. Thus, certification based on observed behavior in representative situations is necessary to prevent collusion. We provide preliminary evidence that such agents can be steered in a generalizable way toward efficient competitive equilibria. However, developing a comprehensive behavioral certification will be required before these models can be deployed in real-world markets while ensuring their stability and efficiency.
Authors:+1 more view allMRMatthew RiemerIBMTTTommaso TosatoNON-IBMMTMaximilian Puelma TouzelNON-IBMAMAmin MemarianNON-IBMGDGuillaume DumasNON-IBMGBGlen BersethNON-IBM - Description:
Understanding how and why large language models (LLMs) fail is becoming a central challenge as models rapidly evolve and static evaluations fall behind. While automated probing has been enabled by dynamic test generation, existing approaches often discover isolated failure cases, lack principled control over exploration, and provide limited insight into the underlying structure of model weaknesses. We propose ProbeLLM, a benchmark-agnostic automated probing framework that elevates weakness discovery from individual failures to structured failure modes. ProbeLLM formulates probing as a hierarchical Monte Carlo Tree Search, explicitly allocating limited probing budgets between global exploration of new failure regions and local refinement of recurring error patterns. By restricting probing to verifiable test cases and leveraging tool-augmented generation and verification, ProbeLLM grounds failure discovery in reliable evidence. Discovered failures are further consolidated into interpretable failure modes via failure-aware embeddings and boundary-aware induction. Across diverse benchmarks and LLMs, ProbeLLM reveals substantially broader, cleaner, and more fine-grained failure landscapes than static benchmarks and prior automated methods, supporting a shift from case-centric evaluation toward principled weakness discovery.
Authors:+6 more view allYHYue HuangNON-IBMZJZhengzhe JiangNON-IBMYMYuchen MaNON-IBMYJYu JiangNON-IBMXWXiangqi WangNON-IBMYZYujun ZhouNON-IBM
- Description:
AI-native 6G visions increasingly invoke wireless foundation models, large wireless models, and wireless world models as the natural endpoint of AI-native networking, drawing analogy to current evolutions of large language models (LLMs). In this paper, we argue that this analogy is structurally incomplete. The success of LLMs is based on a broad, reusable, self-contained tokenized data substrate whereas wireless AI models lack an equivalent data perspective. Wireless observations are configuration-dependent, simulator-conditioned, task-disaggregated, and stripped of operational feedback---four structural bottlenecks that undermine the monolithic pretraining recipe. We argue that monolithic wireless world models are not the most realistic near-term path to deployable AI-native networks. Instead, we propose agentic wireless AI: an architecture in which general reasoning models orchestrate specialized signal-processing models, classical algorithms, digital twins, telemetry databases, standards-aware retrieval, and safety checks via explicit and programmable interfaces. We further argue that wireless needs not merely larger datasets, but composable ones annotated with configuration, provenance, task, and deployment metadata.
Authors:+1 more view allADAladin DjuheraNON-IBMFAFarhan AhmedIBMVAVlad AndreiNON-IBMSKSenior Research ScientistABAlecio BinottoNON-IBMHGHaris GacaninNON-IBM - Description:
Understanding the causal structure of a language model’s thought process is a problem of significant importance for both transparency and safety. In this work, we take a step toward this goal by analyzing the causal relationships among individual components, termed units, of a given chain-of-thought trace. Specifically, we construct a structural causal model on these units and relate each unit to the log probability of generating (subsequent) output units. Our algorithm, termed AttriCoT, is a black-box method that performs attribution by estimating importance parameters in the structural causal model using forward passes through the model, where is the number of units. Evaluation of perturbation curves across 5 datasets and 4 reasoning models shows that AttriCoT produces attributions that are more faithful to the model’s behavior than alternative methods. The attribution results also reveal notable differences in thought structure between models and domains.
Authors:DWSenior Research ScientistYBPre-Doctoral AI ResearcherEMStaff Research ScientistRMResearch Staff Member - Description:
If multiple artists are asked to draw a circle by hand, each one will produce something slightly imperfect. Yet, the average of their sketches can look strikingly close to ideal. We investigate whether knowledge from different models can be combined in the same way. We propose to average models based on their \textit{kernel}: the matrix of all dot products between model embeddings per data sample. Compared to techniques such as weight-averaging, this has the advantage of allowing merging between models that have been trained separately, i.e., from different initializations. We take models that have been trained on disjoint, skewed sets of data and show that simple averaging produces a kernel that trends representationally towards that of a more accurate model. Empirically, we even find the similarity landscape with respect to teacher kernels to be convex. We then use a differentiable version of Mutual -Nearest Neighbors (MKNN), to directly optimize a student network for representational similarity with the average kernel. We find that this provides consistent gains in performance. These findings open the door for a new type of model-merging that does not rely on weight-averaging, and is thus able to accommodate models that are trained from scratch independently. Going further, they hint at a more general framing for model-merging techniques, in which models can be thought to lie in the same loss basin with respect to their representations.
Authors:CWChristopher WangNON-IBMVSVighnesh SubramaniamNON-IBMDGPrincipal Research Staff Member, Manager, AI Models ScienceBKBoris KatzNON-IBMPIPhillip IsolaNON-IBMBCBrian CheungNON-IBM - Description:
Existing automated red‑teaming pipelines often miss attacks that depend on attacker identity, framing, or multi‑turn tactics. This under-coverage underestimates real‑world risk. We introduce Persona‑Conditioned Adversarial Prompting (PCAP), which conditions adversarial search on attacker personas and strategy cards and runs parallel persona‑conditioned beam searches to discover diverse, transferable jailbreaks. PCAP is orthogonal to the underlying search algorithm and substantially increases attack success and prompt diversity (e.g., ASR on GPT‑OSS~120B from ), improving attack strategy coverage and diversity.
Authors:CMCristian MorassoIBMAHResearch Scientist - Security and PrivacyMHDLDouglas LeithNON-IBM - Description:
A prominent research direction in mechanistic interpretability is learning sparse circuits over LLM components to reveal how they jointly produce model behavior. However, raw neurons are polysemantic, making learned circuits hard to interpret. Sparse autoencoder (SAE) features alleviate this, but their high dimensionality makes existing intervention-based circuit learning methods computationally prohibitive. We propose CircuitLasso, a scalable circuit learning approach based on sparse linear regression. CircuitLasso recovers circuits whose structural accuracy matches that of state-of-the-art intervention-based methods on the benchmark data, at a fraction of the computational cost. For interpretability, CircuitLasso efficiently uncovers relationships among SAE features, showing how human-interpretable semantic features propagate through the model and influence its predictions. Finally, we validate the utility of our learned circuits by leveraging their insights to achieve comparable performance at substantially lower cost on a domain-generalization task.
Authors:NYNaiyu YinNON-IBMDWSenior Research ScientistTGTian GaoIBMADPrincipal Research Staff MemberKRPrincipal Research ScientistYYYue YuNON-IBM - Description:
Language Reasoning Models (LRMs) have shown impressive performance on solving complex problems requiring multi-steps. However, a growing body of studies show that LRMs are still inefficient, over-generating verification and self-reflection steps. To address this challenge, we introduce the Step-Tagging Early-Stopping (ST-ES) framework, a lightweight sentence-classifier enabling real-time annotation of the type of reasoning steps that an LRM is generating. We show that limiting the count of specific step-type - especially verification and self-reflection steps - yields a more accurate and token-efficient early-stopping criterion than token-count baseline, and that each step-types yield to a different efficiency trade-off. Unlike prior dynamic early-stopping methods, ST-ES operates in a full black-box setting, and offers interpretable early-stopping criteria. We evaluate ST-ES on three mathematical reasoning benchmarks, namely, MATH500, GSM8K, AIME and two knowledge and reasoning benchmarks, MMLU and GPQA respectively. We achieve 20 to 50% token reduction while maintaining comparable accuracy to standard generation.
Authors:YBPre-Doctoral AI ResearcherSTGZStaff Research ScientistJKJohn D. KelleherNON-IBM
- Description:
AI safety is a rapidly growing area of research that seeks to prevent the harm and misuse of frontier AI technology, particularly with respect to generative AI (GenAI) tools that are capable of creating realistic and high-quality content through text prompts. Examples of such tools include large language models (LLMs) and text-to-image (T2I) diffusion models. As the performance of various leading GenAI models approaches saturation due to similar training data sources and neural network architecture designs, the development of reliable safety guardrails has become a key differentiator for responsibility and sustainability. This paper presents a formalization of the concept of computational safety, which is a mathematical framework that enables the quantitative assessment, formulation, and study of safety challenges in GenAI through the lens of signal processing theory and methods. In particular, we explore two exemplary categories of computational safety challenges in GenAI that can be formulated as hypothesis testing problems. For the safety of model input, we show how sensitivity analysis and loss landscape analysis can be used to detect malicious prompts with jailbreak attempts. For the safety of model output, we elucidate how statistical signal processing can be used to detect AI-generated content. Finally, we discuss key open research challenges, opportunities, and the essential role of signal processing in computational AI safety.
Authors:PCPrincipal Research Scientist and Manager; Chief Scientist, RPI-IBM AI Research Collaboration - Description:
Universal text embedding models show that a single pretrained model can produce representations useful across tasks like classification, clustering, and retrieval. In contrast, tabular foundation mod- els remain largely task-specific. We ask whether a single tabular embedding model can general- ize across tasks. We propose HGR-TabE, an initial approach that first aligns heterogeneous table-cell representations into a shared space us- ing Hirschfeld–Gebelein–Renyi (HGR) maximal correlation, capturing relationships between numerical and non-numerical values within rows. We then apply message passing via Hypergraph Transformer (All-Set Transformer modules) to preserve row and column permutation invariance. The model is trained entirely with self-supervision to learn consistent representations at the cell, row, column, and table levels. Without task-specific fine-tuning, it generates embeddings that perform well on row similarity, column similarity, and predictive tasks, demonstrating strong cross-task generalization compared to specialized models.
Authors:NDResearch ScientistLVLiane VogelNON-IBMKSKavitha SrinivasIBMSSResearch ScientistOHSenior Research ScientistHSPrincipal Research Scientist and Senior Manager - Description:
LLM agents in repeated strategic interactions face an equilibrium selection problem: unassisted populations often coordinate on low-welfare equilibria, while rule-based mediators require game-specific calibration. We propose a learned meta-controller as an empirical equilibrium selector, trained via reinforcement learning from welfare feedback alone — no game-specific reward shaping or access to player internals. Two variants matched to credit-assignment structure: PPO for multi-round social dilemmas, and a contextual bandit () for dense per-round settings. PPO significantly outperforms no-intervention and always-intervene baselines, matches mid-tier hand-crafted mediators, and significantly trails only the best rule-based mediator on IPD () — all without game-specific tuning. Both variants exhibit emergent selectivity — active in coordination-challenged games, passive where LLMs already self-coordinate — consistent with this arising from the welfare reward rather than the algorithm. A communication ablation reveals that message content contributes to welfare only when paired with learned selectivity: removing content significantly degrades PPO welfare () but leaves always-intervene unaffected, consistent with targeted messages carrying information while indiscriminate ones average to noise. Bandit underperforms PPO on social dilemmas but matches rule-based baselines in Bertrand, where dense per-round rewards suit the 1-step approximation. Prompt match matters: controllers generalize poorly across conditions, motivating prompt-conditioned training.
Authors:MLMiao LiuIBMMRMatthew RiemerIBMMCSenior Research ScientistMCDistinguished Research Scientist, Mathematics of ComputationDBDjallel BouneffoufIBM - Description:
Static benchmarks have become the primary tool for measuring large language model (LLM) progress, yet growing evidence suggests they increasingly reward memorization and surface-form pattern-matching over genuine capability. Performance on canonical benchmarks such as MMLU and GSM8k degrades sharply under semantics-preserving perturbations, including answer reordering, surface rephrasing, and distractor addition, a brittleness inconsistent with the robust understanding these benchmarks are meant to certify. We argue this fragility is not an implementation flaw but a structural consequence of fixed evaluation sets in the era of web-scale training. We advocate for dynamic, synthetically generated benchmarks constructed fresh at evaluation time, eliminating instance-level contamination by construction and enabling principled, reproducible evaluation of genuine model capability. The remaining weaknesses of dynamic evaluation are tractable; those of static evaluation are structural.
Authors:FAFarhan AhmedIBMCDChad DelucaIBM
Careers @ IBM
Visit us at the IBM Booth to meet with IBM researchers to speak about what its like to work for IBM, future job opportunities, and 2027 summer internships.
Stay connected
📰 Keep up with emerging research and scientific developments from IBM Research with the Future Forward Newsletter.
🔗 Follow our weekly byte-size newsletter - Circuit Breaker on LinkedIn
📺 Subscribe to the IBM Research channel on YouTube.
👋... and dont forget to share your experience with us at ICML! Tag us on social media: @IBM Research
More events
- —
IBM at ICML 2025
- Vancouver, BC, Canada
- —
IBM at Open Source Summit Korea 2026
- Seoul, Korea
- —
IBM at Agentic AI Summit 2026
- Berkeley, CA, USA and virtual

