Papers
Topics
Authors
Recent
Search
2000 character limit reached

Zer0-Jack in Physics, ML & Topology

Updated 3 July 2026
  • Zer0-Jack is a unified concept designating zero-energy or gradient-free constructions applied in adversarial ML, fractional quantum Hall systems, and topological insulator nanowires.
  • It employs techniques like zeroth-order SPSA optimization and patch coordinate descent to achieve high success rates in black-box jailbreaking of multi-modal language models with reduced memory use.
  • In physics, Zer0-Jack underpins the formation of Jack polynomial ground states and Jackiw–Rebbi zero-modes, linking rigorous mathematics with empirical observations in exotic quantum and topological phases.

Zer0-Jack comprises several distinct, technically significant concepts across physics and machine learning. In each context, the term “Zer0-Jack” designates a ground state, mode, or adversarial construction enforcing a “zero-energy” or gradient-free (“zeroth-order”) constraint, typically in highly nontrivial optimization or topological settings. The principal applications, detailed below, are: (i) black-box jailbreaking of multi-modal LLMs, (ii) emergent zero-energy Jack polynomial states in fractional quantum Hall physics, and (iii) Jackiw–Rebbi zero-modes localized at domain walls in topological nanowires. Each area exhibits rigorous mathematical structure, distinctive physical implications, and specialized methodological frameworks.

1. Black-box Jailbreaking with Zer0-Jack in MLLMs

Zer0-Jack, in the context of machine learning, refers to a memory-efficient, zeroth-order, patch-wise adversarial attack for the direct jailbreaking of multi-modal LLMs (MLLMs) in black-box settings (Chen et al., 2024). The central goal is to induce an MLLM (e.g., GPT-4o, MiniGPT-4, LLaVA) to produce harmful or inappropriate outputs for paired image-text queries, bypassing the need for any white-box access (weights or gradients).

The technique exploits zeroth-order optimization (SPSA: Simultaneous Perturbation Stochastic Approximation) and patch coordinate descent to efficiently craft adversarial image stimuli. Zer0-Jack directly queries only model logits or top-K log-probs, requiring two forward passes per gradient estimate, and updates image patches sequentially to minimize the loss L(x,Z)L(x,Z) (negative log-probability of a fixed harmful textual prefix).

Key aspects:

  • Problem objective: min⁡ZL(x1:n,Z)\min_Z L(x_{1:n}, Z), where x1:nx_{1:n} is a harmful prefix, ZZ is the adversarial image.
  • Gradient estimation:

∇^Z L(x,Z)=L(x,Z+λu)−L(x,Z−λu)2λu\hat\nabla_Z\,L(x,Z) = \frac{L(x, Z + \lambda u) - L(x, Z - \lambda u)}{2\lambda} u

with uu a unit vector on the patch, λ\lambda the smoothing parameter.

  • Patch coordinate descent: The image is split into NN patches (p×pp \times p), each perturbation localized, significantly reducing variance and memory usage.

Hardware and empirical results demonstrate 40–50% lower memory footprints (e.g., 22 GB for MiniGPT-4 13B) compared to white-box, while achieving attack success rates (ASR) of 90–98%, matching or exceeding white-box methods and vastly outperforming prompt- or transfer-based black-box attacks. Direct attacks on commercial, API-restricted endpoints (GPT-4o) are feasible, contingent on logit or token-level probability access.

2. Zer0-Jack States in Fractional Quantum Hall Systems

In quantum condensed matter, Zer0-Jack refers to “zero-energy Jack polynomial ground states” in fractional quantum Hall (FQH) models (Kusmierz et al., 2018). These states, characterized by antisymmetric Jack polynomials labeled by (k,r)(k,r), serve as exact zero-energy ground states (“zero-modes”) of model min⁡ZL(x1:n,Z)\min_Z L(x_{1:n}, Z)0-body contact repulsive Hamiltonians of the form:

min⁡ZL(x1:n,Z)\min_Z L(x_{1:n}, Z)1

where min⁡ZL(x1:n,Z)\min_Z L(x_{1:n}, Z)2 projects onto maximal angular momentum clusters. The Jack state min⁡ZL(x1:n,Z)\min_Z L(x_{1:n}, Z)3 is defined such that it vanishes when any min⁡ZL(x1:n,Z)\min_Z L(x_{1:n}, Z)4 particles coincide.

Remarkably, these multibody zero-modes can often be reproduced by optimal two-body pseudopotentials truncated at short range:

min⁡ZL(x1:n,Z)\min_Z L(x_{1:n}, Z)5

with min⁡ZL(x1:n,Z)\min_Z L(x_{1:n}, Z)6 the pair relative angular momentum. This polynomial structure yields high-overlap (typically min⁡ZL(x1:n,Z)\min_Z L(x_{1:n}, Z)7 by numerical diagonalization) with the true Jack zero-modes for min⁡ZL(x1:n,Z)\min_Z L(x_{1:n}, Z)8 (Laughlin, Pfaffian, Read–Rezayi sequence, etc.).

These findings explain the robustness of exotic FQH phases (Laughlin min⁡ZL(x1:n,Z)\min_Z L(x_{1:n}, Z)9, Moore–Read x1:nx_{1:n}0, Read–Rezayi x1:nx_{1:n}1, etc.) in conventional two-body Coulomb-interacting systems, as the Coulomb pseudopotential closely mimics the “ideal” short-range x1:nx_{1:n}2-body contact repulsion for the lowest values of x1:nx_{1:n}3.

3. Jackiw–Rebbi Zer0-Jack Modes in Non-uniform TI Nanowires

In topological phases of matter, Zer0-Jack also denotes the Jackiw–Rebbi zero-mode localized at the domain wall of a non-uniform topological insulator (TI) nanowire (Jana et al., 2019). The surface electronic structure of a cylindrical 3D TI maps to multiple 1D Dirac channels:

x1:nx_{1:n}4

with x1:nx_{1:n}5 and x1:nx_{1:n}6 a half-integer quantized angular momentum channel, x1:nx_{1:n}7 the normalized axial magnetic flux.

A mass-inverting domain wall is realized at a junction between two cylindrical TI nanowires of radii x1:nx_{1:n}8, x1:nx_{1:n}9 (with corresponding ZZ0, ZZ1). When ZZ2 (mass sign reversal), a single, exponentially localized, zero-energy Jackiw–Rebbi mode binds at the interface. The explicit midgap wavefunction decays on either side of the junction, with the envelope governed by ZZ3.

A hallmark signature of the Zer0-Jack mode is a quantized zero-bias conductance peak:

ZZ4

when coupled to leads at the interface, thus offering a direct experimental probe.

4. Mathematical Formalism and Algorithmic Implementation

The unifying feature of the various “Zer0-Jack” constructions is the enforcement of a zero-energy (or zero gradient) or eigenvalue condition, achieved via different but rigorous algorithmic or analytic procedures:

  • In MLLM jailbreaking: The zeroth-order SPSA estimator replaces gradients using two forward model queries per direction. Patch coordinate descent (ZZ5) cycles through spatial image subdivisions, minimally perturbing each, reducing estimation variance and memory usage. The core optimization loop is cast explicitly (see Algorithm 1 (Chen et al., 2024)).
  • Quantum Hall systems: The zero-modes result from imposing hard clustering constraints via Jack polynomials, with Hamiltonians constructed such that ZZ6.
  • Topological insulator nanowires: The Dirac equation with mass domain-wall is solved exactly, yielding a midgap bound state whose wavefunction and physical couplings are analytically tractable.

5. Empirical Results and Physical Significance

Each field demonstrates distinct empirical or physical markers of Zer0-Jack structures:

  • MLLM jailbreaking: Achieves ASR of 90–98% even on large (70B) commercial models, with adversarial transferability of 52–55% to other black-box MLLMs and cost scaling practical for API attack scenarios. Memory usage scales sublinearly in model size compared to conventional white-box methods (Chen et al., 2024).
  • Fractional quantum Hall: Persistence of Jack ground states under two-body Coulomb interactions accounts for observed sequence of FQH plateaus in GaAs and graphene systems, with the simple pseudopotential fit accurately predicting phase stability (Kusmierz et al., 2018).
  • Topological insulator wires: Flux-tunable zero-bias ZZ7 conductance peaks indicate the appearance/disappearance of the Zer0-Jack mode at a domain wall, enabling experimental detection of mass sign reversals and topological transitions (Jana et al., 2019).

6. Limitations, Open Questions, and Future Directions

In MLLM attack frameworks:

  • Direct query-based (“text-only”) black-box attack efficiency without logit access remains open.
  • Query complexity and Monte Carlo query reduction are active areas of development.
  • Defenses include logit transparency minimization, image-forward sanitization, and adversarial fingerprinting.

In quantum many-body physics:

  • Statistical and analytic bounds on two-body reproductions of ZZ8-body Jack zero-modes are under ongoing investigation.
  • Realistic conditions for parafermionic and non-Abelian Jack states in novel materials remain an open area.

In topological transport:

  • Experimental realization of tunable Jackiw–Rebbi modes in nanowire platforms awaits further advances in material synthesis and single-mode transport measurement.

7. Cross-Disciplinary Connections and Interpretational Synthesis

Zer0-Jack serves as a unifying architectural paradigm: the enforcement of a zero-mode or zeroth-order optimum as a mechanism to probe, control, or subvert a high-dimensional system. In MLLMs, it formalizes adversarial optimization under fundamental API constraints. In many-body quantum systems, it precisely maps the clustering and exclusion rules of exotic FQH phases. In topological condensed matter, it provides an analytically tractable, switchable soliton at a geometric interface.

This convergence of ideas underscores the profound interplay between optimization theory, group-theoretic polynomial structure, and physical topological protection across disparate domains, with emergent zero-mode conditions (“Zer0-Jack”) as the technical leitmotif (Chen et al., 2024, Kusmierz et al., 2018, Jana et al., 2019).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Zer0-Jack.