SearcharxivSearch

arXiv subjects

Felix Yu

Publications and source records attributed to Felix Yu.

At least 55 records · Page 3Linked to original sources

Take the Scenic Route: Improving Generalization in Vision-and-Language Navigation

In the Vision-and-Language Navigation (VLN) task, an agent with egocentric vision navigates to a destination given natural language instructions. The act of manually annotating these instructions is timely and expensive, such that many existing approaches automatically generate additional samples to improve agent performance. However, these approaches still have difficulty generalizing their performance to new environments. In this work, we investigate the popular Room-to-Room (R2R) VLN benchmark and discover that what is important is not only the amount of data you synthesize, but also how you do it. We find that shortest path sampling, which is used by both the R2R benchmark and existing augmentation methods, encode biases in the action space of the agent which we dub as action priors. We then show that these action priors offer one explanation toward the poor generalization of existing works. To mitigate such priors, we propose a path sampling method based on random walks to augment the data. By training with this augmentation strategy, our agent is able to generalize better to unknown environments compared to the baseline, significantly improving model performance in the process.

cs.CV

Sampled Softmax with Random Fourier Features

The computational cost of training with softmax cross entropy loss grows linearly with the number of classes. For the settings where a large number of classes are involved, a common method to speed up training is to sample a subset of classes and utilize an estimate of the loss gradient based on these classes, known as the sampled softmax method. However, the sampled softmax provides a biased estimate of the gradient unless the samples are drawn from the exact softmax distribution, which is again expensive to compute. Therefore, a widely employed practical approach involves sampling from a simpler distribution in the hope of approximating the exact softmax distribution. In this paper, we develop the first theoretical understanding of the role that different sampling distributions play in determining the quality of sampled softmax. Motivated by our analysis and the work on kernel-based sampling, we propose the Random Fourier Softmax (RF-softmax) method that utilizes the powerful Random Fourier Features to enable more efficient and accurate sampling from an approximate softmax distribution. We show that RF-softmax leads to low bias in estimation in terms of both the full softmax distribution and the full softmax gradient. Furthermore, the cost of RF-softmax scales only logarithmically with the number of classes.

cs.LG

Long-Lived Particles at the Energy Frontier: The MATHUSLA Physics Case

We examine the theoretical motivations for long-lived particle (LLP) signals at the LHC in a comprehensive survey of Standard Model (SM) extensions. LLPs are a common prediction of a wide range of theories that address unsolved fundamental mysteries such as naturalness, dark matter, baryogenesis and neutrino masses, and represent a natural and generic possibility for physics beyond the SM (BSM). In most cases the LLP lifetime can be treated as a free parameter from the $μ$m scale up to the Big Bang Nucleosynthesis limit of $\sim 10^7$m. Neutral LLPs with lifetimes above $\sim$ 100m are particularly difficult to probe, as the sensitivity of the LHC main detectors is limited by challenging backgrounds, triggers, and small acceptances. MATHUSLA is a proposal for a minimally instrumented, large-volume surface detector near ATLAS or CMS. It would search for neutral LLPs produced in HL-LHC collisions by reconstructing displaced vertices (DVs) in a low-background environment, extending the sensitivity of the main detectors by orders of magnitude in the long-lifetime regime. In this white paper we study the LLP physics opportunities afforded by a MATHUSLA-like detector at the HL-LHC. We develop a model-independent approach to describe the sensitivity of MATHUSLA to BSM LLP signals, and compare it to DV and missing energy searches at ATLAS or CMS. We then explore the BSM motivations for LLPs in considerable detail, presenting a large number of new sensitivity studies. While our discussion is especially oriented towards the long-lifetime regime at MATHUSLA, this survey underlines the importance of a varied LLP search program at the LHC in general. By synthesizing these results into a general discussion of the top-down and bottom-up motivations for LLP searches, it is our aim to demonstrate the exceptional strength and breadth of the physics case for the construction of the MATHUSLA detector.

hep-ph

Stochastic Negative Mining for Learning with Large Output Spaces

We consider the problem of retrieving the most relevant labels for a given input when the size of the output space is very large. Retrieval methods are modeled as set-valued classifiers which output a small set of classes for each input, and a mistake is made if the label is not in the output set. Despite its practical importance, a statistically principled, yet practical solution to this problem is largely missing. To this end, we first define a family of surrogate losses and show that they are calibrated and convex under certain conditions on the loss parameters and data distribution, thereby establishing a statistical and analytical basis for using these losses. Furthermore, we identify a particularly intuitive class of loss functions in the aforementioned family and show that they are amenable to practical implementation in the large output space setting (i.e. computation is possible without evaluating scores of all labels) by developing a technique called Stochastic Negative Mining. We also provide generalization error bounds for the losses in the family. Finally, we conduct experiments which demonstrate that Stochastic Negative Mining yields benefits over commonly used negative sampling approaches.

cs.LG

Exotic Signals of Vectorlike Quarks

Vectorlike fermions are an important target for hadron collider searches. We show that the vectorlike quarks may predominantly decay via higher-dimensional operators into a quark plus a couple of other Standard Model fermions. Pair production of vectorlike quarks of charge 2/3 at the LHC would then lead to a variety of possible final states, including $t\bar t + 4τ$, $t\bar bν+ 3τ$, $t\bar t + 4μ$, $t\bar bν+ 3μ$ or $t\bar t + 4b$. Additional channels ($b\bar b + 4τ$, $6b$, etc.) arise in the case of a vectorlike quark of charge $-1/3$. If the vectorlike quark decays into three light quarks, then the $(3j)(3j)$ signal is more difficult to observe, and the vectorlike quark mass is almost unconstrained by current searches.

hep-ph

cpSGD: Communication-efficient and differentially-private distributed SGD

Distributed stochastic gradient descent is an important subroutine in distributed learning. A setting of particular interest is when the clients are mobile devices, where two important concerns are communication efficiency and the privacy of the clients. Several recent works have focused on reducing the communication cost or introducing privacy guarantees, but none of the proposed communication efficient methods are known to be privacy preserving and none of the known privacy mechanisms are known to be communication efficient. To this end, we study algorithms that achieve both communication efficiency and differential privacy. For $d$ variables and $n \approx d$ clients, the proposed method uses $O(\log \log(nd))$ bits of communication per client per coordinate and ensures constant privacy. We also extend and improve previous analysis of the \emph{Binomial mechanism} showing that it achieves nearly the same utility as the Gaussian mechanism, while requiring fewer representation bits, which can be of independent interest.

stat.ML

Doppler Shifted Unruh Radiation: The Non-Relativistic Spectrum

In this note, the non-relativistic Doppler spectrum of the Unruh radiation from an accelerating mass is determined. Additionally, the scattering of thermal bath photons off an accelerating electron in an electromagnetic field, as seen by a non-laboratory frame inertial observer, is examined.

physics.gen-ph

Lattice Rescoring Strategies for Long Short Term Memory Language Models in Speech Recognition

Recurrent neural network (RNN) language models (LMs) and Long Short Term Memory (LSTM) LMs, a variant of RNN LMs, have been shown to outperform traditional N-gram LMs on speech recognition tasks. However, these models are computationally more expensive than N-gram LMs for decoding, and thus, challenging to integrate into speech recognizers. Recent research has proposed the use of lattice-rescoring algorithms using RNNLMs and LSTMLMs as an efficient strategy to integrate these models into a speech recognition system. In this paper, we evaluate existing lattice rescoring algorithms along with new variants on a YouTube speech recognition task. Lattice rescoring using LSTMLMs reduces the word error rate (WER) for this task by 8\% relative to the WER obtained using an N-gram LM.

stat.ML

Collider constraints and new tests of color octet vectors

We analyze the collider sensitivity for new colored resonances in $t\bar{t}$, $b \bar{b}$, and $jj$ final states. While searches in the single production channel are model-dependent, the pair production rate is model independent and the existing $(JJ)(JJ)$ and $4t$ searches impose strong constraints on the relevant branching fractions, where $J = j$ or $b$. We point out the missing, complementary searches in the mixed decay modes, $t\bar{t}(jj)$, $t\bar{t}(b\bar{b})$, and $(b\bar{b})(jj)$. We propose analysis strategies for the $t\bar{t}(jj)$ and $t\bar{t}(b\bar{b})$ decays and find their sensivity surpasses that of existing searches when the decay widths to tops and light jets are comparable. If no other decays are present, collective lower limits on the resonance mass can be set at 1.5~TeV using 37~fb$^{-1}$ of 13~TeV data.

hep-ph

A Tale of Two Portals: Testing Light, Hidden New Physics at Future $e^+ e^-$ Colliders

We investigate the prospects for producing new, light, hidden states at a future $e^+ e^-$ collider in a Higgsed dark $U(1)_D$ model, which we call the Double Dark Portal model. The simultaneous presence of both vector and scalar portal couplings immediately modifies the Standard Model Higgsstrahlung channel, $e^+ e^- \to Zh$, at leading order in each coupling. In addition, each portal leads to complementary signals which can be probed at direct and indirect detection dark matter experiments. After accounting for current constraints from LEP and LHC, we demonstrate that a future $e^+ e^-$ Higgs factory will have unique and leading sensitivity to the two portal couplings by studying a host of new production, decay, and radiative return processes. Besides the possibility of exotic Higgs decays, we highlight the importance of direct dark vector and dark scalar production at $e^+ e^-$ machines, whose invisible decays can be tagged from the recoil mass method.

hep-ph

Phenomenology of Enhanced Light Quark Yukawa Couplings and the $W^\pm h$ Charge Asymmetry

I propose the measurement of the $W^\pm h$ charge asymmetry as a consistency test for the Standard Model (SM) Higgs, which is sensitive to enhanced Yukawa couplings of the first and second generation quarks. I present a collider analysis for the charge asymmetry in the same-sign lepton final state, $p p \to W^\pm h \to (\ell^\pm ν) (\ell^\pm νjj)$, aimed at discovery significance for the SM $W^\pm h$ production mode in each charge channel with 300 fb$^{-1}$ of 14 TeV LHC data. Using this decay mode, I estimate the statistical precision on the charge asymmetry should reach 0.4\% with 3 ab$^{-1}$ luminosity, enabling a strong consistency test of the SM Higgs hypothesis. I also discuss direct and indirect constraints on light quark Yukawa couplings from direct and indirect probes of the Higgs width as well as Tevatron and Large Hadron Collider Higgs data. While the main effect from enhanced light quark Yukawa couplings is a rapid increase in the total Higgs width, such effects could be mitigated in a global fit to Higgs couplings, leaving the $W^\pm h$ charge asymmetry as a novel signature to test directly the Higgs couplings to light quarks.

hep-ph

Angular observables for spin discrimination in boosted diboson final states

We investigate the prospects for spin determination of a heavy diboson resonance using angular observables. Focusing in particular on boosted fully hadronic final states, we detail both the differences in signal efficiencies and distortions of differential distributions resulting from various jet substructure techniques. We treat the 2 TeV diboson excess as a case study, but our results are generally applicable to any future discovery in the diboson channel. Scrutinizing ATLAS and CMS analyses at 8 TeV and 13 TeV, we find that the specific cuts employed in these analyses have a tremendous impact on the discrimination power between different signal hypotheses. We discuss modified cuts that can offer a significant boost to spin sensitivity in a post-discovery era. Even without altered cuts, we show that CMS, and partly also ATLAS, will be able to distinguish between spin 0, 1, or 2 new physics diboson resonances at the $2σ$ level with 30 fb$^{-1}$ of 13 TeV data, for our 2 TeV case study.

hep-ph

Hunting for Dark Matter Coannihilation by Mixing Dijet Resonances and Missing Transverse Energy

Simplified models of the dark matter (co)annihilation mechanism predict striking new collider signatures untested by current searches. These models, which were codified in the coannihilation codex, provide the basis for a dark matter (DM) discovery program at the Large Hadron Collider (LHC) driven by the measured DM relic density. In this work, we study an exemplary model featuring $s$-channel DM coannihilation through a scalar diquark mediator as a representative case study of scenarios with strongly interacting coannihilation partners. We discuss the full phenomenology of the model, ranging from low energy flavor constraints, vacuum stability requirements, and precision Higgs effects to direct detection and indirect detection prospects. Moreover, motivated by the relic density calculation, we find significant portions of parameter space are compatible with current collider constraints and can be probed by future searches, including a proposed analysis for the novel signature of a dijet resonance accompanied by missing transverse energy (MET). Our results show that the $13$ TeV LHC with $100~\mathrm{fb}^{-1}$ luminosity should be sensitive to mediators as heavy as 1 TeV and dark matter in the 400--500 GeV range. The combination of searches for single and paired dijet peaks, non-resonant jets + MET excesses, and our novel resonant dijet + MET signature have strong coverage of the motivated relic density region, reflecting the tight connections between particles determining the dark matter abundance and their experimental signatures at the LHC.

hep-ph

The Coannihilation Codex

We present a general classification of simplified models that lead to dark matter (DM) coannihilation processes of the form DM + X $\rightarrow$ SM$_1$ + SM$_2$, where X is a coannihilation partner for the DM particle and SM$_1$, SM$_2$ are Standard Model fields. Our classification also encompasses regular DM pair annihilation scenarios if DM and X are identical. Each coannhilation scenario motivates the introduction of a mediating particle M that can either belong to the Standard Model or be a new field, whereby the resulting interactions between the dark sector and the Standard Model are realized as tree-level and dimension-four couplings. We construct a basis of coannihilation models, classified by the $SU(3)_C\times SU(2)_L\times U(1)_Y$ quantum numbers of DM, X and M. Our main assumptions are that dark matter is an electrically neutral color singlet and that all new particles are either scalars, Dirac or Majorana fermions, or vectors. We illustrate how new scenarios arising from electroweak symmetry breaking effects can be connected to our electroweak symmetric simplified models. We offer a comprehensive discussion of the phenomenological features of our models, encompassing the physics of thermal freeze-out, direct and indirect detection constraints, and in particular searches at the Large Hadron Collider (LHC). Many novel signatures that are not covered in current LHC searches are emphasized, and new and improved LHC analyses tackling these signatures are proposed. We discuss how the coannihilation simplified models can be used to connect results from all classes of experiments in a straightforward and transparent way. This point is illustrated with a detailed discussion of the phenomenology of a particular simplified model featuring leptoquark-mediated dark matter coannihilation.

hep-ph

Supersymmetric Sub-Electroweak Scale Dark Matter, the Galactic Center Gamma-ray Excess, and Exotic Decays of the 125 GeV Higgs Boson

We continue our exploration of the nearly Peccei-Quinn symmetric limit shared by common singlet extensions of the Minimal Supersymmetric Standard Model. This limit has been established as a viable framework for studying sub-electroweak scale dark matter phenomenology and has interesting and direct connections to new exotic Higgs decay physics. We present analytic calculations to motivate the important phenomenological features mentioned above. We also discuss benchmark points in this model framework that accommodate the observed Galactic Center gamma ray excess. We emphasize connections between phenomenology of dark matter direct detection and indirect detection, and new exotic decay channels for the 125 GeV Higgs boson. We conclude by identifying two benchmark modes of exotic Higgs decays for $h \to τ^+ τ^- \mbox{${\not\! E}_{\rm T}$}$ and $h \to b \bar{b} \mbox{${\not\! E}_{\rm T}$}$ final states and estimate their sensitivity prospects at the LHC.

hep-ph

Coupling--mass mapping of di-jet peak searches

We study hypothetical gauge bosons that may produce dijet resonances at the LHC. Simple renormalizable models include leptophobic Z' bosons or colorons that have flavor-independent couplings and decay into a color-singlet or -octet quark-antiquark pair, respectively. We present the experimental results on dijet resonances at hadron colliders as limits in the coupling-versus-mass plane of a gauge boson associated with baryon number. This theoretical framework facilitates a direct comparison of dijet resonance searches performed at different center-of-mass energies or at different colliders.

hep-ph

Supersymmetric Exotic Decays of the 125 GeV Higgs Boson

We reveal a set of novel decay topologies for the 125 GeV Higgs boson in supersymmetry which are initiated by its decay into a pair of neutralinos, and discuss their collider search strategies. This category of exotic Higgs decays are characterized by the collider signature: visible objects + $\mbox{${\not\! E}_{\rm T}$}$, with $\mbox{${\not\! E}_{\rm T}$}$ dominantly arising from escaping dark matter particles. Their benchmark arises naturally in the Peccei-Quinn symmetry limit of the MSSM singlet-extensions, which is typified by the co-existence of three light particles: singlet-like scalar $h_1$ and pseudoscalar $a_1$, and singlino-like neutralino $χ_1$, all with masses of $\lesssim 10$ GeV, and the generically suppression of the exotic decays of the 125 GeV Higgs boson $h_2\to h_1 h_1$, $a_1a_1$ and $χ_1χ_1$, however. As an illustration, we study the decay topology: $h_2 \to χ_1 χ_2$, where the bino-like $χ_2$ decays to $h_1 χ_1$ or $a_1 χ_1$, and $h_1/a_1 \to f\bar f$, with $f\bar f = μ^+μ^-$, $b\bar b$. In the di-muon case ($m_{h_1/a_1} \sim 1$ GeV), a statistical sensitivity of $\frac{S}{\sqrt{B}} > 6 σ$ can be achieved easily at the 8 TeV LHC, assuming $\frac{σ(pp \rightarrow W h_2)}{σ(pp \rightarrow W h_{\rm SM})} {\rm Br}(h_2 \to μ^+μ^- χ_1 χ_1)=0.1$. In the $b\bar b$ case ($m_{h_1/a_1} \sim 45$ GeV), 600 fb$^{-1}$ data at the 14 TeV LHC can lead to a statistical sensitivity of $\frac{S}{\sqrt{B}} > 5 σ$, assuming $\frac{σ(pp \rightarrow Z h_2)}{σ(pp \rightarrow Z h_{\rm SM})} {\rm Br}(h_2 \to b\bar b χ_1 χ_1)=0.5$. These exotic decays open a new avenue for exploring new physics couplings with the 125 GeV Higgs boson at colliders.

hep-ph

Anatomizing Exotic Production of the Higgs Boson

We discuss exotic production modes of the Higgs boson and how their phenomenology can be probed in current Higgs analyses. We highlight the importance of differential distributions in disentangling standard production mechanisms from exotic modes. We present two model benchmarks for exotic Higgs production arising from chargino-neutralino production and study their impact on the current Higgs dataset. As a corollary, we emphasize that current Higgs coupling fits do not fully explore the space of new physics deviations possible in Higgs data.

hep-ph