SearcharxivSearch

arXiv subjects

Lorenzo Bianchi

Publications and source records attributed to Lorenzo Bianchi.

At least 19 recordsLinked to original sources

Cusped Defects: Cusp Operator Expansion, Conformal Properties and Bootstrap Applications

We analyze general properties of cusped defect lines embedded in generic conformal field theories (CFTs). We prove that suitably defined cusp scaling operators transform like primary operators under general conformal transformations. We show that, via the cusp operator expansion (COE), defects of general shape can be expanded in a basis of cusped defects. These findings are checked and exemplified in the case of the localized magnetic field defect. Finally, we derive analytic constraints on dynamical cusp data by making use of a crossing equation, and discuss possible numerical bootstrap applications of our results.

hep-th

Conformal defects and Goldstone bosons in Anti-de Sitter space

We study local quantum field theories in Anti-de Sitter (AdS) space, with boundary conditions that break some of the bulk isometries. Specifically, we focus on conformal defects and we prove that their spectrum supports a displacement operator of protected dimension, despite the non-local nature of the conformal theory living at the boundary of AdS. If the defect breaks a global symmetry, a tilt operator is also present. The existence of a displacement was conjectured in arXiv:2508.08250 for Wilson loops in Yang-Mills theories in AdS. Our proof is valid in general and applies, in particular, to defects in long-range models, as we discuss in various examples. In the bulk, the modes sourced by the protected operators have Compton wavelength of order of the AdS radius: they constitute the AdS analogue of the Goldstone bosons for the spontaneous breaking of the corresponding symmetries.

hep-th

One Patch to Caption Them All: A Unified Zero-Shot Captioning Framework

Zero-shot captioners are recently proposed models that utilize common-space vision-language representations to caption images without relying on paired image-text data. To caption an image, they proceed by textually decoding a text-aligned image feature, but they limit their scope to global representations and whole-image captions. We present a unified framework for zero-shot captioning that shifts from an image-centric to a patch-centric paradigm, enabling the captioning of arbitrary regions without the need of region-level supervision. Instead of relying on global image representations, we treat individual patches as atomic captioning units and aggregate them to describe arbitrary regions, from single patches to non-contiguous areas and entire images. We analyze the key ingredients that enable current latent captioners to work in our novel proposed framework. Experiments demonstrate that backbones producing meaningful, dense visual features, such as DINO, are key to achieving state-of-the-art performance in multiple region-based captioning tasks. Compared to other baselines and state-of-the-art competitors, our models achieve better performance on zero-shot dense captioning and region-set captioning. We also introduce a new trace captioning task that further demonstrates the effectiveness of patch-wise semantic representations for flexible caption generation. Project page at https://paciosoft.com/Patch-ioner/ .

cs.CV

Lightcone Bootstrap for Multipoint Defect Correlators

We initiate the lightcone bootstrap analysis of multipoint correlators in a defect conformal field theory. The setup we consider is the three-point function of two bulk and one defect operator. Requiring consistency of the crossing equation in the lightcone limit, we find constraints on the defect spectrum at large transverse spin. Specifically, to reproduce the exchange of the leading-twist operator in the bulk channel we find two new twist-accumulating families of defect operators at large transverse spin and we compute their defect CFT data in this limit.

hep-th

Reviving ConvNeXt for Efficient Convolutional Diffusion Models

Recent diffusion models increasingly favor Transformer backbones, motivated by the remarkable scalability of fully attentional architectures. Yet the locality bias, parameter efficiency, and hardware friendliness--the attributes that established ConvNets as the efficient vision backbone--have seen limited exploration in modern generative modeling. Here we introduce the fully convolutional diffusion model (FCDM), a model having a backbone similar to ConvNeXt, but designed for conditional diffusion modeling. We find that using only 50% of the FLOPs of DiT-XL/2, FCDM-XL achieves competitive performance with 7$\times$ and 7.5$\times$ fewer training steps at 256$\times$256 and 512$\times$512 resolutions, respectively. Remarkably, FCDM-XL can be trained on a 4-GPU system, highlighting the exceptional training efficiency of our architecture. Our results demonstrate that modern convolutional designs provide a competitive and highly efficient alternative for scaling diffusion models, reviving ConvNeXt as a simple yet powerful building block for efficient generative modeling.

cs.CV

Agile Flight Emerges from Multi-Agent Competitive Racing

Through multi-agent competition and the sparse high-level objective of winning a race, we find that both agile flight (e.g., high-speed motion pushing the platform to its physical limits) and strategy (e.g., overtaking or blocking) emerge from agents trained with reinforcement learning. We provide evidence in both simulation and the real world that this approach outperforms the common paradigm of training agents in isolation with rewards that prescribe behavior, e.g., progress on the raceline, in particular when the complexity of the environment increases, e.g., in the presence of obstacles. Moreover, we find that multi-agent competition yields policies that transfer more reliably to the real world than policies trained with a single-agent progress-based reward, despite the two methods using the same simulation environment, randomization strategy, and hardware. In addition to improved sim-to-real transfer, the multi-agent policies also exhibit some degree of generalization to opponents unseen at training time. Overall, our work, following in the tradition of multi-agent competitive game-play in digital domains, shows that sparse task-level rewards are sufficient for training agents capable of advanced low-level control in the physical world. Code: https://github.com/Jirl-upenn/AgileFlight_MultiAgent

cs.RO

CountingDINO: A Training-free Pipeline for Class-Agnostic Counting using Unsupervised Backbones

Class-agnostic counting (CAC) aims to estimate the number of objects in images without being restricted to predefined categories. However, while current exemplar-based CAC methods offer flexibility at inference time, they still rely heavily on labeled data for training, which limits scalability and generalization to many downstream use cases. In this paper, we introduce CountingDINO, the first training-free exemplar-based CAC framework that exploits a fully unsupervised feature extractor. Specifically, our approach employs self-supervised vision-only backbones to extract object-aware features, and it eliminates the need for annotated data throughout the entire proposed pipeline. At inference time, we extract latent object prototypes via ROI-Align from DINO features and use them as convolutional kernels to generate similarity maps. These are then transformed into density maps through a simple yet effective normalization scheme. We evaluate our approach on the FSC-147 benchmark, where we consistently outperform a baseline based on an SOTA unsupervised object detector under the same label- and training-free setting. Additionally, we achieve competitive results -- and in some cases surpass -- training-free methods that rely on supervised backbones, non-training-free unsupervised methods, as well as several fully supervised SOTA approaches. This demonstrates that label- and training-free CAC can be both scalable and effective. Code: https://lorebianchi98.github.io/CountingDINO/.

cs.CV

Talking to DINO: Bridging Self-Supervised Vision Backbones with Language for Open-Vocabulary Segmentation

Open-Vocabulary Segmentation (OVS) aims at segmenting images from free-form textual concepts without predefined training classes. While existing vision-language models such as CLIP can generate segmentation masks by leveraging coarse spatial information from Vision Transformers, they face challenges in spatial localization due to their global alignment of image and text features. Conversely, self-supervised visual models like DINO excel in fine-grained visual encoding but lack integration with language. To bridge this gap, we present Talk2DINO, a novel hybrid approach that combines the spatial accuracy of DINOv2 with the language understanding of CLIP. Our approach aligns the textual embeddings of CLIP to the patch-level features of DINOv2 through a learned mapping function without the need to fine-tune the underlying backbones. At training time, we exploit the attention maps of DINOv2 to selectively align local visual patches with textual embeddings. We show that the powerful semantic and localization abilities of Talk2DINO can enhance the segmentation process, resulting in more natural and less noisy segmentations, and that our approach can also effectively distinguish foreground objects from the background. Experimental results demonstrate that Talk2DINO achieves state-of-the-art performance across several unsupervised OVS benchmarks. Source code and models are publicly available at: https://lorebianchi98.github.io/Talk2DINO/.

cs.CV

An unusual BPS equation

We prove a conjectured relation between the energy-momentum and the displacement norm of superconformal defects. The proof completes earlier results, and shows that supersymmetry identifies two natural notions of brane tension in Anti-de Sitter gravity. As a byproduct we show that a modification of the energy-momentum tensor that removes the stress of static superconformal defects, ensures also that the radiation these emit obeys the Null Energy Condition. This sheds new light on the radiation-reaction problem for moving charges.

hep-th

The entropy of radiation for local quenches in higher dimensions

We investigate the real time dynamics of the radiation produced by a local quench in a $d$-dimensional conformal field theory (CFT) with $d>2$. Using the interpretation of the higher-dimensional twist operator as a conformal defect, we study the time evolution of the entanglement entropy of the radiation across a spherical entangling surface. We provide an analytic estimate for the early- and late-time behavior of the entanglement entropy and derive an upper bound valid at all times. We extend our analysis to the case of a boundary CFT (BCFT) and derive similar results through a detailed discussion of the setup with two conformal defects (the boundary and the twist operator). We conclude with a holographic analysis of the process, computing the time evolution of the holographic entanglement entropy (HEE) as the area of the Ryu-Takayanagi surface in a backreacted geometry. This gives a Page-like curve in agreement with the early- and late-time results obtained with CFT methods. The extension to a holographic BCFT setup is generically hard and we consider the case of a tensionless end-of-the-world brane.

hep-th

Defects in the long-range O(N) model

We initiate the study of extended excitations in the long-range O(N) model. We focus on line and surface defects and we discuss the challenges of a naive generalization of the simplest defects in the short-range model. To face these challenges we propose three alternative realizations of defects in the long-range model. The first consists in introducing an additional parameter in the perturbative RG flow or, equivalently, treating the non-locality of the model as a perturbation of the local four-dimensional theory. The second is based on the introduction of non-local defect degrees of freedom coupled to the bulk and it provides some non-trivial defect CFTs also in the case of a free bulk, i.e. for generalized free field theory. The third approach is based on a semiclassical construction of line defects. After finding a non-trivial classical field configuration we consider the fluctuation Lagrangian to obtain quantum corrections for the defect theory.

hep-th

Analytic bootstrap for magnetic impurities

We study the $O(3)$ critical model and the free theory of a scalar triplet in the presence of a magnetic impurity. We use analytic bootstrap techniques to extract results in the $\varepsilon$-expansion. First, we extend by one order in perturbation theory the computation of the beta function for the defect coupling in the free theory. Then, we analyze in detail the low-lying spectrum of defect operators, focusing on their perturbative realization when the defect is constructed as a path-ordered exponential. After this, we consider two different bulk two-point functions and we compute them using the defect dispersion relation. For a free bulk theory, we are able to fix the form of the correlator at all orders in $\varepsilon$. In particular, taking $\varepsilon\to1$, we can show that in $d=3$ one does not have a consistent and non-trivial defect CFT. For an interacting bulk, we compute the correlator up to second order in $\varepsilon$. Expanding these results in the bulk and defect block expansions, we are able to extract an infinite set of defect CFT data. We discuss low-spin ambiguities that affect every result computed through the dispersion relation and we use a combination of consistency conditions and explicit diagrammatic calculations to fix this ambiguity.

hep-th

The devil is in the fine-grained details: Evaluating open-vocabulary object detectors for fine-grained understanding

Recent advancements in large vision-language models enabled visual object detection in open-vocabulary scenarios, where object classes are defined in free-text formats during inference. In this paper, we aim to probe the state-of-the-art methods for open-vocabulary object detection to determine to what extent they understand fine-grained properties of objects and their parts. To this end, we introduce an evaluation protocol based on dynamic vocabulary generation to test whether models detect, discern, and assign the correct fine-grained description to objects in the presence of hard-negative classes. We contribute with a benchmark suite of increasing difficulty and probing different properties like color, pattern, and material. We further enhance our investigation by evaluating several state-of-the-art open-vocabulary object detectors using the proposed protocol and find that most existing solutions, which shine in standard open-vocabulary benchmarks, struggle to accurately capture and distinguish finer object details. We conclude the paper by highlighting the limitations of current methodologies and exploring promising research directions to overcome the discovered drawbacks. Data and code are available at https://lorebianchi98.github.io/FG-OVD/.

cs.CV

Is CLIP the main roadblock for fine-grained open-world perception?

Modern applications increasingly demand flexible computer vision models that adapt to novel concepts not encountered during training. This necessity is pivotal in emerging domains like extended reality, robotics, and autonomous driving, which require the ability to respond to open-world stimuli. A key ingredient is the ability to identify objects based on free-form textual queries defined at inference time - a task known as open-vocabulary object detection. Multimodal backbones like CLIP are the main enabling technology for current open-world perception solutions. Despite performing well on generic queries, recent studies highlighted limitations on the fine-grained recognition capabilities in open-vocabulary settings - i.e., for distinguishing subtle object features like color, shape, and material. In this paper, we perform a detailed examination of these open-vocabulary object recognition limitations to find the root cause. We evaluate the performance of CLIP, the most commonly used vision-language backbone, against a fine-grained object-matching benchmark, revealing interesting analogies between the limitations of open-vocabulary object detectors and their backbones. Experiments suggest that the lack of fine-grained understanding is caused by the poor separability of object characteristics in the CLIP latent space. Therefore, we try to understand whether fine-grained knowledge is present in CLIP embeddings but not exploited at inference time due, for example, to the unsuitability of the cosine similarity matching function, which may discard important object characteristics. Our preliminary experiments show that simple CLIP latent-space re-projections help separate fine-grained concepts, paving the way towards the development of backbones inherently able to process fine-grained details. The code for reproducing these experiments is available at https://github.com/lorebianchi98/FG-CLIP.

cs.CV

Conformal dispersion relations for defects and boundaries

We derive a dispersion relation for two-point correlation functions in defect conformal field theories. The correlator is expressed as an integral over a (single) discontinuity that is controlled by the bulk channel operator product expansion (OPE). This very simple relation is particularly useful in perturbative settings where the discontinuity is determined by a subset of bulk operators. In particular, we apply it to holographic correlators of two chiral primary operators in $\mathcal{N}= 4$ Super Yang-Mills theory in the presence of a supersymmetric Wilson line. With a very simple computation, we are able to reproduce and extend existing results. We also propose a second relation, which reconstructs the correlator from a double discontinuity, and is controlled by the defect channel OPE. Finally, for the case of codimension-one defects (boundaries and interfaces) we derive a dispersion relation which receives contributions from both OPE channels and we apply it to the boundary correlator in the $O(N)$ critical model. We reproduce the order $ε^2$ result in the $ε$-expansion using as input a finite number of boundary CFT data.

hep-th

Radiation, entanglement and islands from a boundary local quench

We study the entanglement and the energy density of the radiation emitted after a local quench in a boundary conformal field theory. We use the operator product expansion (OPE) to predict the early- and late-time behavior of the entanglement entropy and we find, under mild assumptions, a universal form for the leading term, which we test on some treatable two-dimensional examples. We also derive a general upper bound on the entanglement, valid along the full time evolution. In two dimensions, the bound is computed analytically, while in higher dimensions it is evaluated at early and late time via the OPE. These CFT predictions are then compared with a doubly-holographic setup where the CFT is interpreted as a reservoir for the radiation produced on an end-of-the-world brane. After finding the gravitational dual of a boundary local quench, we compute the time evolution of the holographic entanglement entropy, whose late-time behavior is in perfect agreement with the CFT predictions. In the brane+bath picture, unitarity of the time evolution is preserved thanks to the formation of an island. The holographic results can be recovered explicitly from the island formula, in the limit where the tension of the brane is close to the maximal value.

hep-th

Analytic bootstrap for the localized magnetic field

We study the two-point function of local operators in the critical O(N) model in the presence of a magnetic field localized on a line. We use a recently developed conformal dispersion relation to compute the correlator at first order in the $ε$-expansion and we extract the full set of defect and bulk CFT data using the Lorentzian inversion formulae. The only input for the computation of the connected correlator is its discontinuity at first order in perturbation theory, which is determined by the anomalous dimension of a single bulk operator. We discuss possible low-spin ambiguities and perform several diagrammatic checks of our results.

hep-th

Shape Deformations of Charged Rényi Entropies from Holography

Charged and symmetry-resolved Rényi entropies are entanglement measures quantifying the degree of entanglement within different charge sectors of a theory with a conserved global charge. We use holography to determine the dependence of charged Rényi entropies on small shape deformations away from a spherical or planar entangling surface in general dimensions. This dependence is completely characterized by a single coefficient appearing in the two point function of the displacement operator associated with the Rényi defect. We extract this coefficient using its relation to the one point function of the stress tensor in the presence of a deformed entangling surface. This is mapped to a holographic calculation in the background of a deformed charged black hole with hyperbolic horizon. We obtain numerical solutions for different values of the chemical potential and replica number $n$ in various spacetime dimensions, as well as analytic expressions for small chemical potential near $n=1$. When the Rényi defect becomes supersymmetric, we demonstrate a conjectured relation between the two point function of the displacement operator and the conformal weight of the twist operator.

hep-th