SearcharxivSearch

arXiv subjects

Joshua Wang

Publications and source records attributed to Joshua Wang.

At least 19 recordsLinked to original sources

Link homology and loop homology

We compute the $k$-colored $\mathfrak{sl}(N)$ homology of the torus knot $T(2,2m+1)$, and we show that it stabilizes as $m\to\infty$ to the integral homology of the free loop space of the complex Grassmannian $\mathrm{Gr}(k,N)$. In particular, when $k = 1$ and $N = 2$, we observe that the Khovanov homology of $T(2,2m+1)$ stabilizes to the homology of the free loop space of the $2$-sphere.

math.GT

On the Randomized Locality of Matching Problems in Regular Graphs

The main goal in distributed symmetry-breaking is to understand the locality of problems; i.e., the radius of the neighborhood that a node needs to explore in order to arrive at its part of a global solution. In this work, we study the locality of matching problems in the family of regular graphs, which is one of the main benchmarks for establishing lower bounds on the locality of symmetry-breaking problems, as well as for obtaining classification results. For approximate matching, we develop randomized algorithms to show that $(1 + \epsilon)$-approximate matching in regular graphs is truly local; i.e., the locality depends only on $\epsilon$ and is independent of all other graph parameters. Furthermore, as long as the degree $\Delta$ is not very small (namely, as long as $\Delta \geq \text{poly}(1/\epsilon)$), this dependence is only logarithmic in $1/\epsilon$. This stands in sharp contrast to maximal matching in regular graphs which requires some dependence on the number of nodes $n$ or the degree $\Delta$. We show matching lower bounds for both results. For maximal matching, our techniques further allow us to establish a strong separation between the node-averaged complexity and worst-case complexity of maximal matching in regular graphs, by showing that the former is only $O(1)$. Central to our main technical contribution is a novel martingale-based analysis for the $\approx 40$-year-old algorithm by Luby. In particular, our analysis shows that applying one round of Luby's algorithm on the line graph of a $\Delta$-regular graph results in an almost $\Delta/2$-regular graph.

cs.DC

The minimal Rickard complexes of braids on two strands

The Rickard complex of a braid with strands colored by positive integers is a chain complex of singular Soergel bimodules. The complex determines the colored triply-graded homology and colored sl(N) homology of the braid closure, when closure is color-compatible. For each braid on two strands with any colors, we construct a minimal complex that is homotopy equivalent to its Rickard complex. It is not obtained by laborious simplification; instead, it is defined directly by explicit formulas obtained by educated guesswork and reverse engineering.

math.GT

ATLANTIS: AI-driven Threat Localization, Analysis, and Triage Intelligence System

We present ATLANTIS, the cyber reasoning system developed by Team Atlanta that won 1st place in the Final Competition of DARPA's AI Cyber Challenge (AIxCC) at DEF CON 33 (August 2025). AIxCC (2023-2025) challenged teams to build autonomous cyber reasoning systems capable of discovering and patching vulnerabilities at the speed and scale of modern software. ATLANTIS integrates large language models (LLMs) with program analysis -- combining symbolic execution, directed fuzzing, and static analysis -- to address limitations in automated vulnerability discovery and program repair. Developed by researchers at Georgia Institute of Technology, Samsung Research, KAIST, and POSTECH, the system addresses core challenges: scaling across diverse codebases from C to Java, achieving high precision while maintaining broad coverage, and producing semantically correct patches that preserve intended behavior. We detail the design philosophy, architectural decisions, and implementation strategies behind ATLANTIS, share lessons learned from pushing the boundaries of automated security when program analysis meets modern AI, and release artifacts to support reproducibility and future research.

cs.CR

Stable deformed $\mathfrak{gl}_N$ homology of torus knots

We compute the $E_2$ page in the Rasmussen spectral sequence from triply graded to $\mathfrak{gl}_N$ Khovanov--Rozansky stable homology of torus knots. This confirms a weak form of the conjecture of the second author, Oblomkov, and Rasmussen. The main tool is the link-splitting deformation, or $y$-ification, of link homology; in the $y$-ified context, the relevant Rasmussen spectral sequence collapses and we explicitly compute the $y$-ified $\mathfrak{gl}_N$ stable Khovanov--Rozansky homology of torus knots for all $N$.

math.GT

A PnP Algorithm for Two-Dimensional Pose Estimation

We propose a PnP algorithm for a camera constrained to two-dimensional motion (applicable, for instance, to many wheeled robotics platforms). Leveraging this assumption allows accuracy and performance improvements over 3D PnP algorithms due to the reduction in search space dimensionality. It also reduces the incidence of ambiguous pose estimates (as, in most cases, the spurious solutions fall outside the plane of movement). Our algorithm finds an approximate solution by solving a polynomial system and refines its prediction iteratively to minimize the reprojection error. The algorithm compares favorably to existing 3D PnP algorithms in terms of accuracy, performance, and robustness to noise.

cs.RO

A minimality property for knots without Khovanov 2-torsion

A conjecture of Shumakovitch states that every nontrivial knot has 2-torsion in its Khovanov homology. We show that if a knot $K$ has no 2-torsion in its Khovanov homology, then the rank of its reduced Khovanov homology is minimal among all knots obtainable from $K$ by a proper rational tangle replacement. It follows, for example, that unknotting number 1 knots have 2-torsion in their Khovanov homology.

math.GT

The Power of Menus in Contract Design

We study the power of menus of contracts in principal-agent problems with adverse selection (agents can be one of several types) and moral hazard (we cannot observe agent actions directly). For principal-agent problems with $T$ types and $n$ actions, we show that the best menu of contracts can obtain a factor $\Omega(\max(n, \log T))$ more utility for the principal than the best individual contract, partially resolving an open question of Guruganesh et al. (2021). We then turn our attention to randomized menus of linear contracts, where we likewise show that randomized linear menus can be $\Omega(T)$ better than the best single linear contract. As a corollary, we show this implies an analogous gap between deterministic menus of (general) contracts and randomized menus of contracts (as introduced by Castiglioni et al. (2022)).

cs.GT

Online Learning via Offline Greedy Algorithms: Applications in Market Design and Optimization

Motivated by online decision-making in time-varying combinatorial environments, we study the problem of transforming offline algorithms to their online counterparts. We focus on offline combinatorial problems that are amenable to a constant factor approximation using a greedy algorithm that is robust to local errors. For such problems, we provide a general framework that efficiently transforms offline robust greedy algorithms to online ones using Blackwell approachability. We show that the resulting online algorithms have $O(\sqrt{T})$ (approximate) regret under the full information setting. We further introduce a bandit extension of Blackwell approachability that we call Bandit Blackwell approachability. We leverage this notion to transform greedy robust offline algorithms into a $O(T^{2/3})$ (approximate) regret in the bandit setting. Demonstrating the flexibility of our framework, we apply our offline-to-online transformation to several problems at the intersection of revenue management, market design, and online optimization, including product ranking optimization in online platforms, reserve price optimization in auctions, and submodular maximization. We also extend our reduction to greedy-like first order methods used in continuous optimization, such as those used for maximizing continuous strong DR monotone submodular functions subject to convex constraints. We show that our transformation, when applied to these applications, leads to new regret bounds or improves the current known bounds. We complement our theoretical studies by conducting numerical simulations for two of our applications, in both of which we observe that the numerical performance of our transformations outperforms the theoretical guarantees in practical instances.

cs.LG

The Gysin sequence and the sl(N) homology of T(2,m)

The sl(N) homology of the torus knot or link T(2,m) may be calculated explicitly. By direct comparison, the result is isomorphic to the cohomology of a naturally associated space of SU(N) representations of the knot group. In honor of Tom Mrowka's 60th birthday, we explain how the Gysin exact sequence may be used to show that these groups are isomorphic without explicitly calculating them.

math.GT

Colored sl(N) homology and SU(N) representations

We provide the first complete computations of colored sl(N) homology for a nontrivial knot. In doing so, we show that the colored sl(N) homology of the trefoil labeled by an exterior power of the defining representation is isomorphic to the cohomology of a closed manifold naturally associated to the trefoil. This manifold is the set of homomorphisms from the fundamental group of the complement of the trefoil to SU(N) that send meridians to a particular conjugacy class depending on the label. We also provide complete computations and analogous isomorphisms for the first nontrivial link, the Hopf link.

math.GT

Exceptional electronic transport and quantum oscillations in thin bismuth crystals grown inside van der Waals materials

Confining materials to two-dimensional forms changes the behavior of electrons and enables new devices. However, most materials are challenging to produce as uniform thin crystals. Here, we present a new synthesis approach where crystals are grown in a nanoscale mold defined by atomically-flat van der Waals (vdW) materials. By heating and compressing bismuth in a vdW mold made of hexagonal boron nitride (hBN), we grow ultraflat bismuth crystals less than 10 nanometers thick. Due to quantum confinement, the bismuth bulk states are gapped, isolating intrinsic Rashba surface states for transport studies. The vdW-molded bismuth shows exceptional electronic transport, enabling the observation of Shubnikov-de Haas quantum oscillations originating from the (111) surface state Landau levels, which have eluded previous studies. By measuring the gate-dependent magnetoresistance, we observe multi-carrier quantum oscillations and Landau level splitting, with features originating from both the top and bottom surfaces. Our vdW-mold growth technique establishes a platform for electronic studies and control of bismuth's Rashba surface states and topological boundary modes. Beyond bismuth, the vdW-molding approach provides a low-cost way to synthesize ultrathin crystals and directly integrate them into a vdW heterostructure.

cond-mat.mes-hall

Caching with Reserves

Caching is a crucial component of many computer systems, so naturally it is a well-studied topic in algorithm design. Much of traditional caching research studies cache management for a single-user or single-processor environment. In this paper, we propose two related generalizations of the classical caching problem that capture issues that arise in a multi-user or multi-processor environment. In the caching with reserves problem, a caching algorithm is required to maintain at least $k_i$ pages belonging to user $i$ in the cache at any time, for some given reserve capacities $k_i$. In the public-private caching problem, the cache of total size $k$ is partitioned into subcaches, a private cache of size $k_i$ for each user $i$ and a shared public cache usable by any user. In both of these models, as in the classical caching framework, the objective of the algorithm is to dynamically maintain the cache so as to minimize the total number of cache misses. We show that caching with reserves and public-private caching models are equivalent up to constant factors, and thus focus on the former. Unlike classical caching, both of these models turn out to be NP-hard even in the offline setting, where the page sequence is known in advance. For the offline setting, we design a 2-approximation algorithm, whose analysis carefully keeps track of a potential function to bound the cost. In the online setting, we first design an $O(\ln k)$-competitive fractional algorithm using the primal-dual framework, and then show how to convert it online to a randomized integral algorithm with the same guarantee.

cs.DS

Split link detection for sl(P) link homology in characteristic P

If $P$ is a prime number, we show that reduced $\mathfrak{sl}(P)$ link homology with coefficients in $\mathbf{Z}/P$ detects split links. The argument uses Dowlin's spectral sequence and sutured Floer homology with twisted coefficients. When $P = 2$, we recover Lipshitz-Sarkar's split link detection result for Khovanov homology with $\mathbf{Z}/2$ coefficients.

math.GT

On sl(N) link homology with mod N coefficients

We construct an operator on sl(N) link homology with coefficients in a ring whose characteristic divides N. When P is prime, we use this operator to exhibit structural features of sl(P) link homology that are special to characteristic P that generalize well-known features of Khovanov homology that are special to characteristic 2.

math.GT

Margin-Independent Online Multiclass Learning via Convex Geometry

We consider the problem of multi-class classification, where a stream of adversarially chosen queries arrive and must be assigned a label online. Unlike traditional bounds which seek to minimize the misclassification rate, we minimize the total distance from each query to the region corresponding to its correct label. When the true labels are determined via a nearest neighbor partition -- i.e. the label of a point is given by which of $k$ centers it is closest to in Euclidean distance -- we show that one can achieve a loss that is independent of the total number of queries. We complement this result by showing that learning general convex sets requires an almost linear loss per query. Our results build off of regret guarantees for the geometric problem of contextual search. In addition, we develop a novel reduction technique from multiclass classification to binary classification which may be of independent interest.

cs.LG

Link Floer homology also detects split links

Inspired by work of Lipshitz-Sarkar, we show that the module structure on link Floer homology detects split links. Using results of Ni, Alishahi-Lipshitz, and Lipshitz-Sarkar, we establish an analogous detection result for sutured Floer homology.

math.GT

Contracts under Moral Hazard and Adverse Selection

In the classical principal-agent problem, a principal must design a contract to incentivize an agent to perform an action on behalf of the principal. We study the classical principal-agent problem in a setting where the agent can be of one of several types (affecting the outcome of actions they might take). This combines the contract theory phenomena of "moral hazard" (incomplete information about actions) with that of "adverse selection" (incomplete information about types). We examine this problem through the computational lens. We show that in this setting it is APX-hard to compute either the profit-maximizing single contract or the profit-maximizing menu of contracts (as opposed to in the absence of types, where one can efficiently compute the optimal contract). We then show that the performance of the best linear contract scales especially well in the number of types: if agent has $n$ available actions and $T$ possible types, the best linear contract achieves an $O(n\log T)$ approximation of the best possible profit. Finally, we apply our framework to prove tight worst-case approximation bounds between a variety of benchmarks of mechanisms for the principal.

cs.GT