Source author record

Hao Ma

Hao Ma appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

33works
13topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

33 published item(s)

preprint2026arXiv

MindWatcher: Toward Smarter Multimodal Tool-Integrated Reasoning

Traditional workflow-based agents exhibit limited intelligence when addressing real-world problems requiring tool invocation. Tool-integrated reasoning (TIR) agents capable of autonomous reasoning and tool invocation are rapidly emerging as a powerful approach for complex decision-making tasks involving multi-step interactions with external environments. In this work, we introduce MindWatcher, a TIR agent integrating interleaved thinking and multimodal chain-of-thought (CoT) reasoning. MindWatcher can autonomously decide whether and how to invoke diverse tools and coordinate their use, without relying on human prompts or workflows. The interleaved thinking paradigm enables the model to switch between thinking and tool calling at any intermediate stage, while its multimodal CoT capability allows manipulation of images during reasoning to yield more precise search results. We implement automated data auditing and evaluation pipelines, complemented by manually curated high-quality datasets for training, and we construct a benchmark, called MindWatcher-Evaluate Bench (MWE-Bench), to evaluate its performance. MindWatcher is equipped with a comprehensive suite of auxiliary reasoning tools, enabling it to address broad-domain multimodal problems. A large-scale, high-quality local image retrieval database, covering eight categories including cars, animals, and plants, endows model with robust object recognition despite its small size. Finally, we design a more efficient training infrastructure for MindWatcher, enhancing training speed and hardware utilization. Experiments not only demonstrate that MindWatcher matches or exceeds the performance of larger or more recent models through superior tool invocation, but also uncover critical insights for agent training, such as the genetic inheritance phenomenon in agentic RL.

preprint2026arXiv

Stochastic Online Optimization for Cyber-Physical and Robotic Systems

We propose a novel gradient-based online optimization framework for solving stochastic programming problems that frequently arise in the context of cyber-physical and robotic systems. Our problem formulation accommodates constraints that model the evolution of a cyber-physical system, which has, in general, a continuous state and action space, is nonlinear, and where the state is only partially observed. We also incorporate an approximate model of the dynamics as prior knowledge into the learning process and show that even rough estimates of the dynamics can significantly improve the convergence of our algorithms. Our online optimization framework encompasses both gradient descent and quasi-Newton methods, and we provide a unified convergence analysis of our algorithms in a non-convex setting. We also characterize the impact of modeling errors in the system dynamics on the convergence rate of the algorithms. Finally, we evaluate our algorithms in simulations of a flexible beam, a four-legged walking robot, and in real-world experiments with a ping-pong playing robot.

preprint2022arXiv

Heat Conduction Plate Layout Optimization using Physics-driven Convolutional Neural Networks

The layout optimization of the heat conduction is essential during design in engineering, especially for thermal sensible products. When the optimization algorithm iteratively evaluates different loading cases, the traditional numerical simulation methods used usually lead to a substantial computational cost. To effectively reduce the computational effort, data-driven approaches are used to train a surrogate model as a mapping between the prescribed external loads and various geometry. However, the existing model are trained by data-driven methods which requires intensive training samples that from numerical simulations and not really effectively solve the problem. Choosing the steady heat conduction problems as examples, this paper proposes a Physics-driven Convolutional Neural Networks (PD-CNN) method to infer the physical field solutions for random varied loading cases. After that, the Particle Swarm Optimization (PSO) algorithm is used to optimize the sizes and the positions of the hole masks in the prescribed design domain, and the average temperature value of the entire heat conduction field is minimized, and the goal of minimizing heat transfer is achieved. Compared with the existing data-driven approaches, the proposed PD-CNN optimization framework not only predict field solutions that are highly consistent with conventional simulation results, but also generate the solution space with without any pre-obtained training data.

preprint2022arXiv

High Phonon Scattering Rates Suppress Thermal Conductivity in Hyperstoichiometric Uranium Dioxide

Uranium dioxide (UO$_2$), one of the most important nuclear fuels, can accumulate excess oxygen atoms as interstitial defects, which significantly impacts thermal properties. In this study, thermal conductivities and inelastic neutron scattering measurements on UO$_2$ and UO$_{2+x}$ (x=0.3, 0.4, 0.8, 0.11) were performed at low temperatures (2-300 K). The thermal conductivity of UO$_{2+x}$ is significantly suppressed compared to UO$_2$ except near the Néel temperature TN= 30.8 K, where it is independent of x. Phonon measurements demonstrate that the heat capacities and phonon group velocities of UO$_2$ and UO$_{2+x}$ are similar and that the suppressed thermal conductivity in UO$_{2+x}$ results from high phonon scattering rates. These new insights advance our fundamental understanding of thermal transport properties in advanced nuclear fuels.

preprint2022arXiv

IDPG: An Instance-Dependent Prompt Generation Method

Prompt tuning is a new, efficient NLP transfer learning paradigm that adds a task-specific prompt in each input instance during the model training stage. It freezes the pre-trained language model and only optimizes a few task-specific prompts. In this paper, we propose a conditional prompt generation method to generate prompts for each input instance, referred to as the Instance-Dependent Prompt Generation (IDPG). Unlike traditional prompt tuning methods that use a fixed prompt, IDPG introduces a lightweight and trainable component to generate prompts based on each input sentence. Extensive experiments on ten natural language understanding (NLU) tasks show that the proposed strategy consistently outperforms various prompt tuning baselines and is on par with other efficient transfer learning methods such as Compacter while tuning far fewer model parameters.

preprint2022arXiv

UniPELT: A Unified Framework for Parameter-Efficient Language Model Tuning

Recent parameter-efficient language model tuning (PELT) methods manage to match the performance of fine-tuning with much fewer trainable parameters and perform especially well when training data is limited. However, different PELT methods may perform rather differently on the same task, making it nontrivial to select the most appropriate method for a specific task, especially considering the fast-growing number of new PELT methods and tasks. In light of model diversity and the difficulty of model selection, we propose a unified framework, UniPELT, which incorporates different PELT methods as submodules and learns to activate the ones that best suit the current data or task setup via gating mechanism. On the GLUE benchmark, UniPELT consistently achieves 1~4% gains compared to the best individual PELT method that it incorporates and even outperforms fine-tuning under different setups. Moreover, UniPELT generally surpasses the upper bound that takes the best performance of all its submodules used individually on each task, indicating that a mixture of multiple PELT methods may be inherently more effective than single methods.

preprint2021arXiv

Studying Strategically: Learning to Mask for Closed-book QA

Closed-book question-answering (QA) is a challenging task that requires a model to directly answer questions without access to external knowledge. It has been shown that directly fine-tuning pre-trained language models with (question, answer) examples yields surprisingly competitive performance, which is further improved upon through adding an intermediate pre-training stage between general pre-training and fine-tuning. Prior work used a heuristic during this intermediate stage, whereby named entities and dates are masked, and the model is trained to recover these tokens. In this paper, we aim to learn the optimal masking strategy for the intermediate pre-training stage. We first train our masking policy to extract spans that are likely to be tested, using supervision from the downstream task itself, then deploy the learned policy during intermediate pre-training. Thus, our policy packs task-relevant knowledge into the parameters of a language model. Our approach is particularly effective on TriviaQA, outperforming strong heuristics when used to pre-train BART.

preprint2020arXiv

A Combined Data-driven and Physics-driven Method for Steady Heat Conduction Prediction using Deep Convolutional Neural Networks

With several advantages and as an alternative to predict physics field, machine learning methods can be classified into two distinct types: data-driven relying on training data and physics-driven using physics law. Choosing heat conduction problem as an example, we compared the data- and physics-driven learning process with deep Convolutional Neural Networks (CNN). It shows that the convergences of the error to ground truth solution and the residual of heat conduction equation exhibit remarkable differences. Based on this observation, we propose a combined-driven method for learning acceleration and more accurate solutions. With a weighted loss function, reference data and physical equation are able to simultaneously drive the learning. Several numerical experiments are conducted to investigate the effectiveness of the combined method. For the data-driven based method, the introduction of physical equation not only is able to speed up the convergence, but also produces physically more consistent solutions. For the physics-driven based method, it is observed that the combined method is able to speed up the convergence up to 49.0\% by using a not very restrictive coarse reference.

preprint2020arXiv

CLEAR: Contrastive Learning for Sentence Representation

Pre-trained language models have proven their unique powers in capturing implicit language features. However, most pre-training approaches focus on the word-level training objective, while sentence-level objectives are rarely studied. In this paper, we propose Contrastive LEArning for sentence Representation (CLEAR), which employs multiple sentence-level augmentation strategies in order to learn a noise-invariant sentence representation. These augmentations include word and span deletion, reordering, and substitution. Furthermore, we investigate the key reasons that make contrastive learning effective through numerous experiments. We observe that different sentence augmentations during pre-training lead to different performance improvements on various downstream tasks. Our approach is shown to outperform multiple existing methods on both SentEval and GLUE benchmarks.

preprint2020arXiv

Language Models as Fact Checkers?

Recent work has suggested that language models (LMs) store both common-sense and factual knowledge learned from pre-training data. In this paper, we leverage this implicit knowledge to create an effective end-to-end fact checker using a solely a language model, without any external knowledge or explicit retrieval components. While previous work on extracting knowledge from LMs have focused on the task of open-domain question answering, to the best of our knowledge, this is the first work to examine the use of language models as fact checkers. In a closed-book setting, we show that our zero-shot LM approach outperforms a random baseline on the standard FEVER task, and that our fine-tuned LM compares favorably with standard baselines. Though we do not ultimately outperform methods which use explicit knowledge bases, we believe our exploration shows that this method is viable and has much room for exploration.

preprint2020arXiv

Linformer: Self-Attention with Linear Complexity

Large transformer models have shown extraordinary success in achieving state-of-the-art results in many natural language processing applications. However, training and deploying these models can be prohibitively costly for long sequences, as the standard self-attention mechanism of the Transformer uses $O(n^2)$ time and space with respect to sequence length. In this paper, we demonstrate that the self-attention mechanism can be approximated by a low-rank matrix. We further exploit this finding to propose a new self-attention mechanism, which reduces the overall self-attention complexity from $O(n^2)$ to $O(n)$ in both time and space. The resulting linear transformer, the \textit{Linformer}, performs on par with standard Transformer models, while being much more memory- and time-efficient.

preprint2020arXiv

Performance of Linear Classification Algorithms on alpha/gamma Discrimination for LaBr3:Ce Scintillation Detectors with Various Pulse Digitizer Properties

With the development of high-speed readout electronics, the digital pulse shape discrimination (PSD) methods have attracted the attention of more researchers, especially in the field of high energy physics and neutron detection. How to choose a PSD algorithm and corresponding data acquisition system (DAQ) naturally becomes a critical problem to settle down for the detection system designers. In this paper, the relationship between the classification performance of different PSD algorithms and digitizers' sampling properties (including sampling rate and the effective number of bits) has been researched based on $\mathrm{LaBr_3}$:Ce scintillation detectors. A self-developed integrated digitizer configured with five different ADCs and a WavePro 404HD oscilloscope were deployed to digitize the waveforms from $\mathrm{LaBr_3}$:Ce scintillators. Moreover, three PSD methods, charge comparison method (CCM), least square for classification method (LS) and Fisher's linear discriminant analysis (LDA), based on linear model were applied to discriminate the alpha signals from the intrinsic isotope $^{227}$Ac. With the LS method and a 125 MSPS 14-Bit ADC, the FoM value was 1.424$\pm$0.042, which is similar to the result from LDA but 31\% better than the result of CCM. The discrimination results showed that the performances of LS and LDA are less affected by the sampling rate with respect to the CCM method, which reflects in a better PSD capability. The results of this paper can help the developers of detector systems to make a trade-off among sampling properties, desirable discrimination results and the cost of systems.

preprint2020arXiv

To Pretrain or Not to Pretrain: Examining the Benefits of Pretraining on Resource Rich Tasks

Pretraining NLP models with variants of Masked Language Model (MLM) objectives has recently led to a significant improvements on many tasks. This paper examines the benefits of pretrained models as a function of the number of training samples used in the downstream task. On several text classification tasks, we show that as the number of training examples grow into the millions, the accuracy gap between finetuning BERT-based model and training vanilla LSTM from scratch narrows to within 1%. Our findings indicate that MLM-based models might reach a diminishing return point as the supervised data size increases significantly.

preprint2019arXiv

CDEX dark matter experiment: Status and prospects

The China Dark Matter Experiment (CDEX) aims at direct searches of light Weakly Interacting Massive Particles (WIMPs) at the China Jinping Underground Laboratory (CJPL) with an overburden of about 2400m rock. Results from a prototype CDEX-1 994 g p-type Point Contact Germanium(pPCGe) detector are reported. Research programs are pursued to further reduce the physics threshold by improving hardware and data analysis. The CDEX-10 experiment with a pPCGe array of 10 kg target mass range is being tested. The evolution of CDEX program into "CDEX-1T Experiment" with ton-scale germanium detector arrays will also be introduced in this study.

preprint2019arXiv

Results of direct dark matter detection with CDEX experiment at CJPL

The China Dark Matter Experiment (CDEX), located at the China Jinping Underground Laboratory (CJPL) whose overburden is about 2400m rock, aims at direct searches of light Weakly Interacting Massive Particles (WIMPs). A single-element 994-gram p-type point contact (PPC) germanium detector (CDEX-1B) runs inside a solid passive shielding system. To achieve lower background, a prototype 10kg PPC germanium detector array (CDEX-10), consisting of three detector strings with three germanium crystals each, is directly immersed in the liquid nitrogen. With the energy threshold of 160eV, the limits on WIMP-nucleus scattering are set by energy spectra and annual modulation analysis, respectively. Incorporating Migdal effect, the data of CDEX-1B are re-analyzed to search sub-GeV WIMPs. Finally, the future plan of CDEX experiment in CJPL-II is introduced.

preprint2016arXiv

Characterization study of a broad-energy germanium detector at CJPL

The ability of background discrimination using pulse shape discrimination (PSD) in broad-energy germanium (BEGe) detectors makes them as competitive candidates for neutrinoless double beta decay (0ν\b{eta}\b{eta}) experiments. The measurements of key parameters for detector modeling in a commercial p-type BEGe detector are presented in this paper. Point-like sources were used to investigate the energy resolution and linearity of the detector. A cylindrical volume source was used for the efficiency calibration. With an assembled device for source positioning, a collimated 133Ba point-like source was used to scan the detector and investigate the active volume. A point-like source of 241Am was used to measure the dead layer thicknesses, which are approximately 0.17 mm on the front and 1.18 mm on the side. The described characterization method will play an important role in the 0ν\b{eta}\b{eta} experiments with BEGe detectors at China JinPing underground Laboratory (CJPL) in the future.

preprint2016arXiv

Optimization of an underwater in-situ LaBr3:Ce spectrometer with energy self-calibration and efficiency calibration

An underwater in situ gamma ray spectrometer based on LaBr3 was developed and optimized to monitor marine radioactivity. The intrinsic background mainly from La138 and Ac227 of LaBr3 was well determined by low background measurement and pulse shape discrimination method. A method of self-calibration using three internal contaminant peaks was proposed to eliminate the peak shift during long term monitoring. With experiments under different temperatures, the method was proved to be helpful for maintaining long term stability. To monitor the marine radioactivity, the spectrometer efficiency was calculated via water tank experiment as well as Monte Carlo simulation.

preprint2015arXiv

A Prototype of LaBr3:Ce in situ Gamma-Ray Spectrometer for Marine Environmental Monitoring

A prototype of LaBr3:Ce in situ gamma-ray spectrometer for marine environmental monitoring is developed and applied for in situ measurement. A 3-inch LaBr3:Ce scintillator is used in the detector, and a digital pulse process electronics is chosen as the pulse height analyzer. For this prototype, the energy response of the spectrometer is linear and the energy resolution of 662keV is 2.6% (much better than NaI). With the measurement of the prototype in a water tank filled with 137Cs, the detect efficiency for 137Cs is (0.288 0.01)cps/(Bq/L), which is close to the result of Monte Carlo simulation, 0.283cps/(Bq/L). With this measurement, the MDAC for 137Cs in one hour has been calculated to 0.78Bq/L, better than that of NaI(Tl) in-situ gamma spectrometer, which is ~1.0Bq/L.

preprint2014arXiv

Study of the material photon and electron background and the liquid argon detector veto efficiency of the CDEX-10 experiment

The China Dark Matter Experiment (CDEX) is located at the China Jinping underground laboratory (CJPL) and aims to directly detect the WIMP flux with high sensitivity in the low mass region. Here we present a study of the predicted photon and electron backgrounds including the background contribution of the structure materials of the germanium detector, the passive shielding materials, and the intrinsic radioactivity of the liquid argon that serves as an anti-Compton active shielding detector. A detailed geometry is modeled and the background contribution has been simulated based on the measured radioactivities of all possible components within the GEANT4 program. Then the photon and electron background level in the energy region of interest (<10^-2 events kg-1 day-1 keV-1 (cpkkd)) is predicted based on Monte Carlo simulations. The simulated result is consistent with the design goal of CDEX-10 experiment, 0.1 cpkkd, which shows that the active and passive shield design of CDEX-10 is effective and feasible.

preprint2014arXiv

The characteristics of a low background germanium gamma ray spectrometer at China JinPing underground Laboratory

A low background germanium gamma ray spectrometer, GeTHU, has been installed at China JinPing underground Laboratory. The integral background count rate between 40 and 2700 keV was 0.6 cpm, and the origin was studied by Monte Carlo simulation. Detection limits and efficiencies were calculated for selected gamma peaks. Boric acid and silica sand samples were measured and 137Cs contamination was found in boric acid. GeTHU will be mainly used to measure environmental samples and screen materials in dark matter experiments.

preprint2013arXiv

A background simulation method for cosmogenic nuclides inside HPGe detectors for rare event experiments

Cosmogenic nuclides inside germanium detectors contribute background noise spectra quite different from ordinary external sources. We propose and discuss a nuclide decay and level transition model based on graph theory to understand the background contribution of the decay of cosmogenic nuclides inside a germanium crystal. In this work, not only was the level transition process, but the detector response time was also taken into consideration to decide whether or not to apply coincidence summing-up. We simulated the background spectrum of the internal cosmogenic nuclides in a germanium detector, and found some unique phenomena caused by the coincidence summing-up effect in the simulated spectrum. Thus, the background spectrum of each cosmogenic nuclide can be quantitatively obtained.

preprint2013arXiv

Characterization of large area photomultiplier ETL 9357FLB for liquid argon detector

The China Dark Matter Experiment (CDEX) Collaboration will carry out a direct search for weakly interacting massive particles with germanium detectors. Liquid argon will be utilized as an anti-Compton and cooling material for the germanium detectors. A low-background and large-area photomultiplier tube (PMT) immersed in liquid argon will be used to read out the light signal from the argon. In this paper we carry out a careful evaluation on the performance of the PMT operating at both room and cryogenic temperatures. Based on the single photoelectron response model, the absolute gain and resolution of the PMT were measured. This has laid a foundation for PMT selection, calibration and signal analysis in the forthcoming CDEX experiments.

preprint2013arXiv

Coherence phenomena between initial and final state radiation in a dense QCD medium

In this work we investigate medium modifications to the interference pattern between initial and final state radiation. We compute single gluon production off a highly energetic parton that undergoes a hard scattering and subsequently crosses a dense QCD medium of finite size. We extend our previous studies obtained at first order in opacity by providing general results for multiple soft scatterings and their specific formulation within the harmonic oscillator approximation. We show that there is a gradual onset of decoherence between the initial and final state radiation due to multiple scatterings, that opens the phase space for large angle emissions. By examining the multiplicity of produced gluons, we observe a potentially large double logarithmic enhancement for dense media and small opening angles. This result points to a possible modification of the evolution equations due to a QCD medium of finite size. We briefly comment on the phenomenological consequences of this setup in high-energy nuclear collisions.

preprint2013arXiv

Introduction of the CDEX experiment

Weakly Interacting Massive Particles (WIMPs) are the candidates of dark matter in our universe. Up to now any direct interaction of WIMP with nuclei has not been observed yet. The exclusion limits of the spin-independent cross section of WIMP-nucleon which have been experimentally obtained is about 10^{-7}pb at high mass region and only 10^{-5}pb} at low mass region. China Jin-Ping underground laboratory CJPL is the deepest underground lab in the world and provides a very promising environment for direct observation of dark matter. The China Dark Matter Experiment (CDEX) experiment is going to directly detect the WIMP flux with high sensitivity in the low mass region. Both CJPL and CDEX have achieved a remarkable progress in recent two years. The CDEX employs a point-contact germanium semi-conductor detector PCGe whose detection threshold is less than 300 eV. We report the measurement results of Muon flux, monitoring of radioactivity and Radon concentration carried out in CJPL, as well describe the structure and performance of the 1 kg PCGe detector CDEX-1 and 10kg detector array CDEX-10 including the detectors, electronics, shielding and cooling systems. Finally we discuss the physics goals of the CDEX-1, CDEX-10 and the future CDEX-1T detectors.

preprint2013arXiv

The CDEX-1 1 kg Point-Contact Germanium Detector for Low Mass Dark Matter Searches

The CDEX Collaboration has been established for direct detection of light dark matter particles, using ultra-low energy threshold p-type point-contact germanium detectors, in China JinPing underground Laboratory (CJPL). The first 1 kg point-contact germanium detector with a sub-keV energy threshold has been tested in a passive shielding system located in CJPL. The outputs from both the point-contact p+ electrode and the outside n+ electrode make it possible to scan the lower energy range of less than 1 keV and at the same time to detect the higher energy range up to 3 MeV. The outputs from both p+ and n+ electrode may also provide a more powerful method for signal discrimination for dark matter experiment. Some key parameters, including energy resolution, dead time, decay times of internal X-rays, and system stability, have been tested and measured. The results show that the 1 kg point-contact germanium detector, together with its shielding system and electronics, can run smoothly with good performances. This detector system will be deployed for dark matter search experiments.

preprint2012arXiv

Coherence and broadening effects in medium induced gluon radiation

Interferences between different emitters in the multi-parton shower is the building block of QCD jet physics in vacuum. The presence of a hot medium made of quarks and gluons is expected to alter this interference pattern. To study such effects, we derive the gluon emission spectrum off an "asymptotic quark" traversing a hot and dense QCD medium at first order in the medium density. The resulting induced gluon distribution gets modified when the new interference terms between the initial and final quark are included. We comment on the possible phenomenological consequences of this new contribution for jet observables in heavy-ion collisions.

preprint2012arXiv

In-medium antenna radiation in t-channel

The color coherence effects in the medium modification to the initial state radiation are studied via a simple setup which allows these effects to be pronounced. The medium-induced gluon radiation spectrum off a hard quark which suffers a highly virtual photon scattering and subsequently crosses a dilute QCD medium of finite size is obtained. The angular distribution of the medium-induced gluon radiation spectrum is modified when the interference contributions between the incoming and outgoing quarks at a finite scattering angle are included.

preprint2012arXiv

Interference between initial and final state radiation in a QCD medium

We investigate the color coherence pattern between initial and final state radiation in the presence of a QCD medium. We derive the medium-induced gluon spectrum of an "asymptotic" parton which suffers a hard scattering and subsequently crosses the medium. The angular distribution of the induced gluon spectrum is modified when one includes interference terms between the incoming and the outgoing parton at finite angle between them. The coherent, incoherent and soft limits of the medium-induced gluon spectrum are studied. In the soft limit, we provide a simple and intuitive probabilistic picture which could be of interest for Monte Carlo implementations. The configuration studied here may have phenomenological consequences in high energy nuclear collisions.

preprint2012arXiv

Medium-induced soft gluon radiation in DIS

We study color coherence effects on the medium-induced soft gluon radiation off an asymptotic quark hit by a virtual photon traversing a hot and dense QCD medium. The transverse momentum spectrum of the emitted gluon is computed at 1st order in the opacity expansion. The interference effects between the initial and final state radiation modify the soft gluon spectrum when a finite angle between the incoming and outgoing quarks is considered, presenting a soft divergence. We comment on possible implications on observables in eA collisions.

preprint2011arXiv

Broadening in Medium-induced QCD Radiation off a $q {\bar q}$ Antenna

In this contribution, the one-gluon radiation spectrum off a massive quark-antiquark ($q {\bar q}$) antenna traversing a QCD medium is calculated in the eikonal approximation. The interference between emissions from the quark and the antiquark is considered. The gluon spectrum computed at first order in the opacity expansion is collinear finite but infrared divergent, which is in contrast with the result obtained from an independent emitter which is both infrared and collinear finite. Phenomenological consequences on the broadening of the emitted gluon are investigated. In the soft gluon emission limit, the interference between emitters causes a different broadening style from the typical {\bf k}-broadening in the case of an independent emitter.

preprint2011arXiv

Coherence effects and broadening in medium-induced QCD radiation off a massive $q {\bar q}$ antenna

Studies of medium-induced QCD radiation usually rely on the calculation of single-gluon radiation spectrum off an energetic parton traversing an extended colored medium. Recently, the importance of interference effects between emitters in the medium has been explored. In this work we extend previous studies by calculating the single-gluon coherent spectrum off an antenna consisting of a massive quark-antiquark pair. Interferences dominate the spectrum of soft gluons, which are mainly emitted outside of the cone made by the antenna opening angle, while the antenna results in a superposition of independent emitters above a critical gluon energy scale. We study the interplay between the dead-cone effect and medium-induced jet broadening in both cases of soft and hard gluons and present results on energy loss distributions.

preprint2011arXiv

Mass effect and coherence in medium-induced QCD radiation off a $q {\bar q}$ antenna

The medium-induced one-gluon radiation spectrum off a massive quark-antiquark ($q {\bar q}$) antenna traversing a colored QCD medium is calculated in this contribution. The gluon spectrum off the antenna computed at first order in the opacity expansion is collinear finite but infrared divergent, which is different from the result obtained from an independent emitter which is both infrared and collinear finite. The interference between emitters dominates the soft gluon radiation when the antenna opening angle is small and the emitted gluon is soft, whereas the antenna behaves like a superposition of independent emitters when the opening angle is large and the radiated gluon is hard. As a phenomenological consequence, we investigate the energy lost by the projectiles due to the radiation. In general, the size of the mass effects is similar in both cases.