Source author record

Xi Yin

Xi Yin 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

43works
12topics
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

43 published item(s)

preprint2022arXiv

Bootstrapping the Ising Model on the Lattice

We study the statistical Ising model of spins on the infinite lattice using a bootstrap method that combines spin-flip identities with positivity conditions, including reflection positivity and Griffiths inequalities, to derive rigorous two-sided bounds on spin correlators through semi-definite programming. For the 2D Ising model on the square lattice, the bootstrap bounds based on correlators supported in a 13-site diamond-shaped region determine the nearest-spin correlator to within a small window, which for a wide range of coupling and magnetic field is narrower than the precision attainable with Monte Carlo methods. We also report preliminary results of the bootstrap bounds for the 3D Ising model on the cubic lattice.

preprint2022arXiv

Exact quantization and analytic continuation

In this paper we give a streamlined derivation of the exact quantization condition (EQC) on the quantum periods of the Schrödinger problem in one dimension with a general polynomial potential, based on Wronskian relations. We further generalize the EQC to potentials with a regular singularity, describing spherical symmetric quantum mechanical systems in a given angular momentum sector. We show that the thermodynamic Bethe ansatz (TBA) equations that govern the quantum periods undergo nontrivial monodromies as the angular momentum is analytically continued between integer values in the complex plane. The TBA equations together with the EQC are checked numerically against Hamiltonian truncation at real angular momenta and couplings, and are used to explore the analytic continuation of the spectrum on the complex angular momentum plane in examples.

preprint2022arXiv

MUGEN: A Playground for Video-Audio-Text Multimodal Understanding and GENeration

Multimodal video-audio-text understanding and generation can benefit from datasets that are narrow but rich. The narrowness allows bite-sized challenges that the research community can make progress on. The richness ensures we are making progress along the core challenges. To this end, we present a large-scale video-audio-text dataset MUGEN, collected using the open-sourced platform game CoinRun [11]. We made substantial modifications to make the game richer by introducing audio and enabling new interactions. We trained RL agents with different objectives to navigate the game and interact with 13 objects and characters. This allows us to automatically extract a large collection of diverse videos and associated audio. We sample 375K video clips (3.2s each) and collect text descriptions from human annotators. Each video has additional annotations that are extracted automatically from the game engine, such as accurate semantic maps for each frame and templated textual descriptions. Altogether, MUGEN can help progress research in many tasks in multimodal understanding and generation. We benchmark representative approaches on tasks involving video-audio-text retrieval and generation. Our dataset and code are released at: https://mugen-org.github.io/.

preprint2022arXiv

On The S-Matrix of Ising Field Theory in Two Dimensions

We explore the analytic structure of the non-perturbative S-matrix in arguably the simplest family of massive non-integrable quantum field theories: the Ising field theory (IFT) in two dimensions, which may be viewed as the Ising CFT deformed by its two relevant operators, or equivalently, the scaling limit of the Ising model in a magnetic field. Our strategy is that of collider physics: we employ Hamiltonian truncation method (TFFSA) to extract the scattering phase of the lightest particles in the elastic regime, and combine it with S-matrix bootstrap methods based on unitarity and analyticity assumptions to determine the analytic continuation of the 2 to 2 S-matrix element to the complex s-plane. Focusing primarily on the "high temperature" regime in which the IFT interpolates between that of a weakly coupled massive fermion and the E8 affine Toda theory, we will numerically determine 3-particle amplitudes, follow the evolution of poles and certain resonances of the S-matrix, and exclude the possibility of unknown wide resonances up to reasonably high energies.

preprint2022arXiv

Proactive Image Manipulation Detection

Image manipulation detection algorithms are often trained to discriminate between images manipulated with particular Generative Models (GMs) and genuine/real images, yet generalize poorly to images manipulated with GMs unseen in the training. Conventional detection algorithms receive an input image passively. By contrast, we propose a proactive scheme to image manipulation detection. Our key enabling technique is to estimate a set of templates which when added onto the real image would lead to more accurate manipulation detection. That is, a template protected real image, and its manipulated version, is better discriminated compared to the original real image vs. its manipulated one. These templates are estimated using certain constraints based on the desired properties of templates. For image manipulation detection, our proposed approach outperforms the prior work by an average precision of 16% for CycleGAN and 32% for GauGAN. Our approach is generalizable to a variety of GMs showing an improvement over prior work by an average precision of 10% averaged across 12 GMs. Our code is available at https://www.github.com/vishal3477/proactive_IMD.

preprint2021arXiv

VIVO: Visual Vocabulary Pre-Training for Novel Object Captioning

It is highly desirable yet challenging to generate image captions that can describe novel objects which are unseen in caption-labeled training data, a capability that is evaluated in the novel object captioning challenge (nocaps). In this challenge, no additional image-caption training data, other thanCOCO Captions, is allowed for model training. Thus, conventional Vision-Language Pre-training (VLP) methods cannot be applied. This paper presents VIsual VOcabulary pretraining (VIVO) that performs pre-training in the absence of caption annotations. By breaking the dependency of paired image-caption training data in VLP, VIVO can leverage large amounts of paired image-tag data to learn a visual vocabulary. This is done by pre-training a multi-layer Transformer model that learns to align image-level tags with their corresponding image region features. To address the unordered nature of image tags, VIVO uses a Hungarian matching loss with masked tag prediction to conduct pre-training. We validate the effectiveness of VIVO by fine-tuning the pre-trained model for image captioning. In addition, we perform an analysis of the visual-text alignment inferred by our model. The results show that our model can not only generate fluent image captions that describe novel objects, but also identify the locations of these objects. Our single model has achieved new state-of-the-art results on nocaps and surpassed the human CIDEr score.

preprint2020arXiv

Hashing-based Non-Maximum Suppression for Crowded Object Detection

In this paper, we propose an algorithm, named hashing-based non-maximum suppression (HNMS) to efficiently suppress the non-maximum boxes for object detection. Non-maximum suppression (NMS) is an essential component to suppress the boxes at closely located locations with similar shapes. The time cost tends to be huge when the number of boxes becomes large, especially for crowded scenes. The basic idea of HNMS is to firstly map each box to a discrete code (hash cell) and then remove the boxes with lower confidences if they are in the same cell. Considering the intersection-over-union (IoU) as the metric, we propose a simple yet effective hashing algorithm, named IoUHash, which guarantees that the boxes within the same cell are close enough by a lower IoU bound. For two-stage detectors, we replace NMS in region proposal network with HNMS, and observe significant speed-up with comparable accuracy. For one-stage detectors, HNMS is used as a pre-filter to speed up the suppression with a large margin. Extensive experiments are conducted on CARPK, SKU-110K, CrowdHuman datasets to demonstrate the efficiency and effectiveness of HNMS. Code is released at \url{https://github.com/microsoft/hnms.git}.

preprint2020arXiv

Oscar: Object-Semantics Aligned Pre-training for Vision-Language Tasks

Large-scale pre-training methods of learning cross-modal representations on image-text pairs are becoming popular for vision-language tasks. While existing methods simply concatenate image region features and text features as input to the model to be pre-trained and use self-attention to learn image-text semantic alignments in a brute force manner, in this paper, we propose a new learning method Oscar (Object-Semantics Aligned Pre-training), which uses object tags detected in images as anchor points to significantly ease the learning of alignments. Our method is motivated by the observation that the salient objects in an image can be accurately detected, and are often mentioned in the paired text. We pre-train an Oscar model on the public corpus of 6.5 million text-image pairs, and fine-tune it on downstream tasks, creating new state-of-the-arts on six well-established vision-language understanding and generation tasks.

preprint2016arXiv

Modular Bootstrap Revisited

We constrain the spectrum of two-dimensional unitary, compact conformal field theories with central charge c > 1 using modular bootstrap. Upper bounds on the gap in the dimension of primary operators of any spin, as well as in the dimension of scalar primaries, are computed numerically as functions of the central charge using semi-definite programming. Our bounds refine those of Hellerman and Friedan-Keller, and are in some cases saturated by known CFTs. In particular, we show that unitary CFTs with c < 8 must admit relevant deformations, and that a nontrivial bound on the gap of scalar primaries exists for c < 25. We also study bounds on the dimension gap in the presence of twist gaps, bounds on the degeneracy of operators, and demonstrate how "extremal spectra" which maximize the degeneracy at the gap can be determined numerically.

preprint2015arXiv

Higher Derivative Terms, Toroidal Compactification, and Weyl Anomalies in Six-Dimensional (2,0) Theories

We systematically analyze the effective action on the moduli space of (2,0) superconformal field theories in six dimensions, as well as their toroidal compactification to maximally supersymmetric Yang-Mills theories in five and four dimensions. We present a streamlined approach to non-renormalization theorems that constrain this effective action. The first several orders in its derivative expansion are determined by a one-loop calculation in five-dimensional Yang-Mills theory. This fixes the leading higher-derivative operators that describe the renormalization group flow into theories residing at singular points on the moduli space of the compactified (2,0) theories. This understanding allows us to compute the a-type Weyl anomaly for all (2,0) superconformal theories. We show that it decreases along every renormalization group flow that preserves (2,0) supersymmetry, thereby establishing the a-theorem for this class of theories. Along the way, we encounter various field-theoretic arguments for the ADE classification of (2,0) theories.

preprint2015arXiv

Interpolating the Coulomb Phase of Little String Theory

We study up to 8-derivative terms in the Coulomb branch effective action of (1,1) little string theory, by collecting results of 4-gluon scattering amplitudes from both perturbative 6D super-Yang-Mills theory up to 4-loop order, and tree-level double scaled little string theory (DSLST). In previous work we have matched the 6-derivative term from the 6D gauge theory to DSLST, indicating that this term is protected on the entire Coulomb branch. The 8-derivative term, on the other hand, is unprotected. In this paper we compute the 8-derivative term by interpolating from the two limits, near the origin and near the infinity on the Coulomb branch, numerically from SU(k) SYM and DSLST respectively, for k=2,3,4,5. We discuss the implication of this result on the UV completion of 6D SYM as well as the strong coupling completion of DSLST. We also comment on analogous interpolating functions in the Coulomb phase of circle-compactified (2,0) little string theory.

preprint2015arXiv

N=4 Superconformal Bootstrap of the K3 CFT

We study two-dimensional (4,4) superconformal field theories of central charge c=6, corresponding to nonlinear sigma models on K3 surfaces, using the superconformal bootstrap. This is made possible through a surprising relation between the BPS N=4 superconformal blocks with c=6 and bosonic Virasoro conformal blocks with c=28, and an exact result on the moduli dependence of a certain integrated BPS 4-point function. Nontrivial bounds on the non-BPS spectrum in the K3 CFT are obtained as functions of the CFT moduli, that interpolate between the free orbifold points and singular CFT points. We observe directly from the CFT perspective the signature of a continuous spectrum above a gap at the singular moduli, and find numerically an upper bound on this gap that is saturated by the $A_1$ N=4 cigar CFT. We also derive an analytic upper bound on the first nonzero eigenvalue of the scalar Laplacian on K3 in the large volume regime, that depends on the K3 moduli data. As two byproducts, we find an exact equivalence between a class of BPS N=2 superconformal blocks and Virasoro conformal blocks in two dimensions, and an upper bound on the four-point functions of operators of sufficiently low scaling dimension in three and four dimensional CFTs.

preprint2015arXiv

On Higher Derivative Couplings in Theories with Sixteen Supersymmetries

We give simple arguments for new non-renormalization theorems on higher derivative couplings of gauge theories to supergravity, with sixteen supersymmetries, by considerations of brane-bulk superamplitudes. This leads to some exact results on the effective coupling of D3-branes in type IIB string theory. We also derive exact results on higher dimensional operators in the torus compactification of the six dimensional (0, 2) superconformal theory.

preprint2015arXiv

Supersymmetry Constraints and String Theory on K3

We study supervertices in six dimensional (2,0) supergravity theories, and derive supersymmetry non-renormalization conditions on the 4- and 6-derivative four-point couplings of tensor multiplets. As an application, we obtain exact non-perturbative results of such effective couplings in type IIB string theory compactified on K3 surface, extending previous work on type II/heterotic duality. The weak coupling limit thereof, in particular, gives certain integrated four-point functions of half-BPS operators in the nonlinear sigma model on K3 surface, that depend nontrivially on the moduli, and capture worldsheet instanton contributions.

preprint2015arXiv

Supervertices and Non-renormalization Conditions in Maximal Supergravity Theories

We construct higher derivative supervertices in an effective theory of maximal supergravity in various dimensions, in the super spinor helicity formalism, and derive non-renormalization conditions on up to 14-derivative order couplings from supersymmetry. These non-renormalization conditions include Laplace type equations on the coefficients of $R^4$, $D^4R^4$, and $D^6R^4$ couplings. We also find additional constraining equations, which are consistent with previously known results in the effective action of toroidally compactified type II string theory, and elucidate many features thereof.

preprint2014arXiv

Deformations with Maximal Supersymmetries Part 1: On-shell Formulation

We study deformations of maximally supersymmetric gauge theories by higher dimensional operators in various spacetime dimensions. We classify infinitesimal deformations that preserve all 16 supersymmetries, while allowing the possibility of breaking either Lorentz or R-symmetry, using an on-shell algebraic method developed by Movshev and Schwarz. We also consider the problem of extending the deformation beyond the first order.

preprint2014arXiv

Deformations with Maximal Supersymmetries Part 2: Off-shell Formulation

Continuing our exploration of maximally supersymmetric gauge theories (MSYM) deformed by higher dimensional operators, in this paper we consider an off-shell approach based on pure spinor superspace and focus on constructing supersymmetric deformations beyond the first order. In particular, we give a construction of the Batalin-Vilkovisky action of an all-order non-Abelian Born-Infeld deformation of MSYM in the non-minimal pure spinor formalism. We also discuss subtleties in the integration over the pure spinor superspace and the relevance of Berkovits-Nekrasov regularization.

preprint2014arXiv

Little String Amplitudes (and the Unreasonable Effectiveness of 6D SYM)

We study tree level scattering amplitudes of four massless states in the double scaled little string theory, and compare them to perturbative loop amplitudes in six-dimensional super-Yang-Mills theory. The little string amplitudes are computed from correlators in the cigar coset CFT and in N=2 minimal models. The results are expressed in terms of integrals of conformal blocks and evaluated numerically in the alpha' expansion. We find striking agreements with up to 2-loop scattering amplitudes of massless gluons in 6D SU(k) SYM at a Z_k invariant point on the Coulomb branch. We comment on the issue of UV divergence at higher loop orders in the gauge theory and discuss the implication of our results.

preprint2013arXiv

1/16 BPS States in N=4 SYM

We investigate the problem of counting 1/16 BPS operators in N=4 Super-Yang-Mills theory at weak coupling. We present the complete set of 1/16 BPS operators in the infinite N limit, which agrees with the counting of free BPS multi-graviton states in the gravity dual AdS5xS5. Further, we conjecture that all 1/16 BPS operators in N=4 SYM are of the multi-graviton form, and give numerical evidences for this conjecture. We discuss the implication of our conjecture and the seeming failure in reproducing the entropy of large 1/16 BPS black holes in AdS5.

preprint2013arXiv

A Low Temperature Expansion for Matrix Quantum Mechanics

We analyze solutions to loop-truncated Schwinger-Dyson equations in massless N=2 and N=4 Wess-Zumino matrix quantum mechanics at finite temperature, where conventional perturbation theory breaks down due to IR divergences. We find a rather intricate low temperature expansion that involves fractional power scaling in the temperature, based on a consistent "soft collinear" approximation. We conjecture that at least in the N=4 matrix quantum mechanics, such scaling behavior holds to all perturbative orders in the 1/N expansion. We discuss some preliminary results in analyzing the gauged supersymmetric quantum mechanics using Schwinger-Dyson equations, and comment on the connection to metastable microstates of black holes in the holographic dual of BFSS matrix quantum mechanics.

preprint2013arXiv

A Note on CFT Correlators in Three Dimensions

In this note we present a simple method of constructing general conformally invariant three point functions of operators of various spins in three dimensions. Upon further imposing current conservation conditions, we find new parity violating structures for the three point functions involving either the stress-energy tensor, spin one currents, or higher spin currents. We find that all parity preserving structures for conformally invariant three point functions of higher spin conserved currents can be realized by free fields, whereas there is at most one parity violating structure for three point functions for each set of spins, which is not realized by free fields.

preprint2013arXiv

A semi-local holographic minimal model

We present a conjecture on the complete spectrum of single-trace operators in the infinite N limit of W(N) minimal model and evidences for the conjecture. We further propose that the holographic dual of W(N) minimal model in the 't Hooft limit is an unusual "semi-local" higher spin gauge theory on AdS3 x S^1. At each point on the S^1 lives a copy of three-dimensional Vasiliev theory, that contains an infinite tower of higher spin gauge fields coupled to a single massive complex scalar propagating in AdS3. The Vasiliev theories at different points on the S^1 are correlated only through the AdS3 boundary conditions on the massive scalars. All but one single tower of higher spin symmetries are broken by the boundary conditions.

preprint2012arXiv

ABJ Triality: from Higher Spin Fields to Strings

We demonstrate that a supersymmetric and parity violating version of Vasiliev's higher spin gauge theory in AdS$_4$ admits boundary conditions that preserve ${\cal N}=0,1,2,3,4$ or 6 supersymmetries. In particular, we argue that the Vasiliev theory with U(M) Chan-Paton and ${\cal N}=6$ boundary condition is holographically dual to the 2+1 dimensional $U(N)_k\times U(M)_{-k}$ ABJ theory in the limit of large $N,k$ and finite $M$. In this system all bulk higher spin fields transform in the adjoint of the U(M) gauge group, whose bulk t'Hooft coupling is $\frac{M}{N}$. Analysis of boundary conditions in Vasiliev theory allows us to determine exact relations between the parity breaking phase of Vasiliev theory and the coefficients of two and three point functions in Chern-Simons vector models at large $N$. Our picture suggests that the supersymmetric Vasiliev theory can be obtained as a limit of type IIA string theory in AdS$_4\times \mathbb{CP}^3$, and that the non-Abelian Vasiliev theory at strong bulk 't Hooft coupling smoothly turn into a string field theory. The fundamental string is a singlet bound state of Vasiliev's higher spin particles held together by U(M) gauge interactions. This is illustrated by the thermal partition function of free ABJ theory on a two sphere at large $M$ and $N$ even in the analytically tractable free limit. In this system the traces or strings of the low temperature phase break up into their Vasiliev particulate constituents at a U(M) deconfinement phase transition of order unity. At a higher temperature of order $T=\sqrt{\frac{N}{M}}$ Vasiliev's higher spin fields themselves break up into more elementary constituents at a U(N) deconfinement temperature, in a process described in the bulk as black hole nucleation.

preprint2012arXiv

Chern-Simons Theory with Vector Fermion Matter

We study three dimensional conformal field theories described by U(N) Chern-Simons theory at level k coupled to massless fermions in the fundamental representation. By solving a Schwinger-Dyson equation in lightcone gauge, we compute the exact planar free energy of the theory at finite temperature on R^2 as a function of the 't Hooft coupling lambda=N/k. Employing a dimensional reduction regularization scheme, we find that the free energy vanishes at |lambda|=1; the conformal theory does not exist for |lambda|>1. We analyze the operator spectrum via the anomalous conservation relation for higher spin currents, and in particular show that the higher spin currents do not develop anomalous dimensions at leading order in 1/N. We present an integral equation whose solution in principle determines all correlators of these currents at leading order in 1/N and present explicit perturbative results for all three point functions up to two loops. We also discuss a lightcone Hamiltonian formulation of this theory where a W-infinity algebra arises. The maximally supersymmetric version of our theory is ABJ model with one gauge group taken to be U(1), demonstrating that a pure higher spin gauge theory arises as a limit of string theory.

preprint2012arXiv

Correlators in W_N Minimal Model Revisited

In this paper, we study a class of sphere and torus correlation functions in the W_N minimal model. In particular, we show that a large class of exact sphere three-point functions of W_N primaries, derived using affine Toda theory, exhibit large N factorization. This allows us to identify some fundamental particles and their bound states in the holographic dual, including light states. We also derive the torus two-point function of basic primaries, by directly constructing the relevant conformal blocks. The result can then be analytically continued to give the Lorentzian thermal two-point functions.

preprint2012arXiv

Higher Spin Gravity with Matter in AdS_3 and Its CFT Dual

We study Vasiliev's system of higher spin gauge fields coupled to massive scalars in AdS_3, and compute the tree level two and three point functions. These are compared to the large N limit of the W_N minimal model, and nontrivial agreements are found. We propose a modified version of the conjecture of Gaberdiel and Gopakumar, under which the bulk theory is perturbatively dual to a subsector of the CFT that closes on the sphere.

preprint2011arXiv

Higher Spins in AdS and Twistorial Holography

In this paper we simplify and extend previous work on three-point functions in Vasiliev's higher spin gauge theory in AdS4. We work in a gauge in which the space-time dependence of Vasiliev's master fields is gauged away completely, leaving only the internal twistor-like variables. The correlation functions of boundary operators can be easily computed in this gauge. We find complete agreement of the tree level three point functions of higher spin currents in Vasiliev's theory with the conjectured dual free O(N) vector theory.

preprint2011arXiv

On Higher Spin Gauge Theory and the Critical O(N) Model

We show that the differences between correlators of the critical O(N) vector model in three dimensions and those of the free theory are precisely accounted for by the change of boundary condition on the bulk scalar of the dual higher spin gauge theory in AdS4. Thus, the conjectured duality between Vasiliev's theory and the critical O(N) model follows, order by order in 1/N, from the duality with free field theory on the boundary.

preprint2011arXiv

Supersymmetric States in Large N Chern-Simons-Matter Theories

In this paper we study the spectrum of BPS operators/states in N=2 superconformal U(N) Chern-Simons-matter theories with adjoint chiral matter fields, with and without superpotential. The superconformal indices and conjectures on the full supersymmetric spectrum of the theories in the large N limit with up to two adjoint matter fields are presented. Our results suggest that some of these theories may have supergravity duals at strong coupling, while some others may be dual to higher spin theories of gravity at strong coupling. For the N=2 theory with no superpotential, we study the renormalization of R-charge at finite 't Hooft coupling using "Z-minimization". A particularly intriguing result is found in the case of one adjoint matter.

preprint2011arXiv

Vector Models in the Singlet Sector at Finite Temperature

We study the thermal properties of the O(N) vector-like scalar theory in the singlet sector in 2+1 dimensions. This theory is conjectured to be the AdS/CFT dual of Vasiliev higher spin gravity. We find that a large N transition occurs but only at a very high temperature of order \sqrt{N}. This corresponds to the bulk Planck energy. The transition signals a decrease in the number of degrees of freedom from that expected in the simple higher spin gas, due to relations among the O(N) bilinear invariants.

preprint2010arXiv

Families of Conformal Fixed Points of N=2 Chern-Simons-Matter Theories

We argue that a large class of N=2 Chern-Simons-matter theories in three dimensions have a continuous family of exact IR fixed points described by suitable quartic superpotentials, based on holomorphy. The entire family exists in the perturbative regime. A nontrivial check is performed by computing the 4-loop beta function of the quartic couplings, in the 't Hooft limit, with a large number of flavors. We find that the 4-loop beta function can only deform the family of 2-loop fixed points, and does not change the dimension of this family. We further present an explicit computation of a perturbative correction to the Zamolodchikov metric on this space of three-dimensional superconformal field theories.

preprint2010arXiv

Higher Spin Gauge Theory and Holography: The Three-Point Functions

In this paper we calculate the tree level three-point functions of Vasiliev's higher spin gauge theory in AdS4 and find agreement with the correlators of the free field theory of N massless scalars in three dimensions in the O(N) singlet sector. This provides substantial evidence that Vasiliev theory is dual to the free field theory, thus verifying a conjecture of Klebanov and Polyakov. We also find agreement with the critical O(N) vector model, when the bulk scalar field is subject to the alternative boundary condition such that its dual operator has classical dimension 2.

preprint2010arXiv

Quantum phase transitions beyond the Landau-Ginzburg paradigm and supersymmetry

We make connections between studies in the condensed matter literature on quantum phase transitions in square lattice antiferromagnets, and results in the particle theory literature on abelian supersymmetric gauge theories in 2+1 dimensions. In particular, we point out that supersymmetric U(1) gauge theories (with particle content similar, but not identical, to those of theories of doped antiferromagnets) provide rigorous examples of quantum phase transitions which do not obey the Landau-Ginzburg-Wilson paradigm (often referred to as transitions realizing "deconfined criticality"). We also make connections between supersymmetric mirror symmetries and condensed matter particle-vortex dualities.

preprint2007arXiv

Black Hole Deconstruction

A D4-D0 black hole can be deconstructed into a bound state of D0 branes with a D6-anti-D6 pair containing worldvolume fluxes. The exact spacetime solution is known and resembles a D0 accretion disk surrounding a D6-anti-D6 core. We find a scaling limit in which the disk and core drop inside an AdS_2 throat. Crossing this AdS_2 throat and the D0 accretion disk into the core, we find a second scaling region describing the D6-anti-D6 pair. It is shown that the M-theory lift of this region is AdS_3 x S^2. Surprisingly, time translations in the far asymptotic region reduce to global, rather than Poincare, time translations in this core AdS_3. We further find that the quantum mechanical ground state degeneracy reproduces the Bekenstein-Hawking entropy-area law.

preprint2007arXiv

Notes on Superconformal Chern-Simons-Matter Theories

The three dimensional N=2 supersymmetric Chern-Simons theory coupled to matter fields, possibly deformed by a superpotential, give rise to a large class of exactly conformal theories with Lagrangian descriptions. These theories can be arbitrarily weakly coupled, and hence can be studied perturbatively. We study the theories in the large N limit, and compute the two-loop anomalous dimension of certain long operators. Our result suggests that various N=2 U(N) Chern-Simons theories coupled to suitable matter fields are dual to open or closed string theories in AdS4, which are not yet constructed.

preprint2005arXiv

D4-D0 Branes on the Quintic

It is proposed that the quantum mechanics of N D4-branes and M D0-branes on the quintic is described by the dimensional reduction of a certain U(N)xU(M) quiver gauge theory, whose superpotential encodes the defining quintic polynomial. It is shown that the moduli space on the Higgs branch exactly reproduces the moduli space of degree N hypersurfaces in the quintic endowed with the appropriate line bundle, and that the cohomology growth reproduces the D4-D0 black hole entropy.

preprint2003arXiv

Matrix Models, Integrable Structures, and T-duality of Type 0 String Theory

Instanton matrix models (IMM) for two dimensional string theories are obtained from the matrix quantum mechanics (MQM) of the T-dual theory. In this paper we study the connection between the IMM and MQM, which amounts to understand T-duality from the viewpoint of matrix models. We show that type 0A and type 0B matrix models perturbed by purely closed string momentum modes (or purely winding modes) have the integrable structure of Toda hierarchies, extending the well known results for c=1 string. In particular, we show that type 0A(0B) MQM perturbed by momentum modes has the same integrable structure as type 0B(0A) MQM perturbed by winding modes, which is a nontrivial check of the T-duality between the matrix models. The MQM deformed by NS-NS winding modes are used to study type 0 string in 2D black holes. We also find an intriguing connection between the IMM and the MQM via tachyon condensation. The array of alternating D-instantons and anti-D-instantons separated at the critical distance plays a key role in this picture. We discuss its implications on sD-branes in two dimensional string theories.