@phdthesis{18443,
  abstract     = {In [KW06] Kapustin and Witten conjectured that there is a mirror symmetry relation between
the hyperkähler structures on certain Higgs bundle moduli spaces. As a consequence, they
conjecture an equivalence between categories of BBB and BAA-branes. At the classical
level, this mirror symmetry is given by T-duality between semi-flat hyperkähler structures on
algebraic integrable systems.
In this thesis, we investigate the T-duality relation between hyperkähler structures and the
corresponding branes on affine torus bundles. We use the techniques of generalized geometry
to show that semi-flat hyperkähler structures are T-dual on algebraic integrable systems.
We also describe T-duality for generalized branes. Motivated by Fourier-Mukai transform
we upgrade the T-duality between generalized branes to T-duality of submanifolds endowed
with U(1)-bundles and connections. This T-duality in the appropriate context specializes to
T-duality between BBB and BAA-branes.
},
  author       = {Sisak, Maria A},
  issn         = {2663-337X},
  keywords     = {hyperkaehler geometry, branes, mirror symmetry, T-duality},
  pages        = {178},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{T-dual branes on hyperkähler manifolds}},
  doi          = {10.15479/at:ista:18443},
  year         = {2024},
}

@phdthesis{17485,
  abstract     = {Large language models (LLMs) have made tremendous progress in the past few years, from being able to generate coherent text to matching or surpassing humans in a wide variety of creative, knowledge or reasoning tasks. Much of this can be attributed to massively increased scale, both in the size of the model as well as the amount of training data, from 100s of millions to 100s of billions, or even trillions. This trend is expected to continue, which, although exciting, also raises major practical concerns. Already today's 100+ billion parameter LLMs require top-of-the-line hardware just to run. Hence, it is clear that sustaining these developments will require significant efficiency advances.

Historically, one of the most practical ways of improving model efficiency has been compression, especially in the form of sparsity or quantization. While this has been studied extensively in the past, existing accurate methods are all designed for models around 100 million parameters; scaling them up to ones literally 1000x larger is highly challenging. In this thesis, we introduce a new unified sparsification and quantization approach OBC, which through additional algorithmic enhancements leads to GPTQ and SparseGPT, the first techniques fast and accurate enough to compress 100+ billion parameter models to 4- or even 3-bit precision and 50% weight-sparsity, respectively. Additionally, we show how weight-only quantizion does not just bring space savings but also up to 4.5x faster generation speed, via custom GPU kernels.

In fact, we show for the first time that it is possible to develop an FP16 times INT4 mixed-precision matrix multiplication kernel, called Marlin, which comes close to simultaneously maximizing both memory and compute utilization, making weight-only quantization highly practical even for multi-user serving. Further, we demonstrate that GPTQ can be scaled to widely overparametrized trillion-parameter models, where extreme sub-1-bit compression rates can be achieved without any inference slow-down, by co-designing a bespoke entropy coding scheme together with an efficient kernel.

Finally, we also study compression from the perspective of someone with access to massive amounts of compute resources for training large models completely from scratch. Here the key questions evolve around the joint scaling behavior between compression, model size, and amount of training data used. Based on extensive experimental results for both vision and text models, we introduce the first scaling law which accurately captures the relationship between weight-sparsity, number of non-zero weights and data. This further allows us to characterize the optimal sparsity, which we find to increase the longer a fixed cost model is being trained.

Overall, this thesis presents contributions to three different angles of large model efficiency: affordable but accurate algorithms, highly efficient systems implementations, and fundamental scaling laws for compressed training.},
  author       = {Frantar, Elias},
  issn         = {2663-337X},
  pages        = {129},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{Compressing large neural networks : Algorithms, systems and scaling laws}},
  doi          = {10.15479/at:ista:17485},
  year         = {2024},
}

@inproceedings{18061,
  abstract     = {Mixture-of-Experts (MoE) architectures offer a general solution to the high inference costs of large language models (LLMs) via sparse routing, bringing faster and more accurate models, at the cost of massive parameter counts. For example, the SwitchTransformer-c2048 model has 1.6 trillion parameters, requiring 3.2TB of accelerator memory to run efficiently, which makes practical deployment challenging and expensive. In this paper, we present a solution to this memory problem, in form of a new compression and execution framework called QMoE. Specifically, QMoE consists of a scalable algorithm which accurately compresses trillion-parameter MoEs to less than 1 bit per parameter, in a custom format co-designed with bespoke GPU decoding kernels to facilitate efficient end-to-end compressed inference, with minor runtime overheads relative to uncompressed execution. Concretely, QMoE can compress the 1.6 trillion parameter SwitchTransformer-c2048 model to less than 160GB (20x compression, 0.8 bits per parameter) at only minor accuracy loss, in less than a day on a single GPU. This enables, for the first time, the execution of a trillion-parameter model on affordable commodity hardware, like a single server with 4x NVIDIA A6000 or 8x NVIDIA 3090 GPUs, at less than 5% runtime overhead relative to ideal uncompressed inference. The anonymized code is available at: github.com/mlsys24-qmoe/qmoe.},
  author       = {Frantar, Elias and Alistarh, Dan-Adrian},
  booktitle    = { Proceedings of Machine Learning and Systems},
  editor       = {Gibbons, P. and Pekhimenko, G. and De Sa, C.},
  location     = {Santa Clara, CA, USA},
  title        = {{QMoE: Sub-1-bit compression of trillion parameter models}},
  volume       = {6},
  year         = {2024},
}

@inproceedings{18062,
  abstract     = {We explore the impact of parameter sparsity on the scaling behavior of Transformers trained on massive datasets (i.e., "foundation models"), in both vision and language domains. In this setting, we identify the first scaling law describing the relationship between weight sparsity, number of non-zero parameters, and amount of training data, which we validate empirically across model and data scales; on ViT/JFT-4B and T5/C4. These results allow us to characterize the "optimal sparsity", the sparsity level which yields the best performance for a given effective model size and training budget. For a fixed number of non-zero parameters, we identify that the optimal sparsity increases with the amount of data used for training. We also extend our study to different sparsity structures (such as the hardware-friendly n:m pattern) and strategies (such as starting from a pretrained dense model). Our findings shed light on the power and limitations of weight sparsity across various parameter and computational settings, offering both theoretical understanding and practical implications for leveraging sparsity towards computational efficiency improvements. We provide pruning and scaling law fitting code at: github.com/google-research/jaxpruner/tree/main/jaxpruner/projects/bigsparse.},
  author       = {Frantar, Elias and Ruiz, Carlos Riquelme and Houlsby, Neil and Alistarh, Dan-Adrian and Evci, Utku},
  booktitle    = {The Twelfth International Conference on Learning Representations},
  location     = {Vienna, Austria},
  title        = {{Scaling laws for sparsely-connected foundation models}},
  year         = {2024},
}

@phdthesis{17208,
  abstract     = {Can current quantum computers provide a speedup over their classical counterparts for some kinds of problems? In this thesis, with a focus on ground state search/preparation, we address some of the challenges that both quantum annealing and variational quantum algorithms suffer from, hindering any possible practical speedup in comparison to the best classical counterparts. 

In the first part of the thesis, we study the performance of quantum annealing for solving a particular combinatorial optimization problem called 3-XOR satisfability (3-XORSAT). The classical problem is mapped into a ground state search of a 3-local classical Hamiltonian $H_C$. We consider how modifying the initial problem, by adding more interaction terms to the corresponding Hamiltonian, leads to the emergence of a first-order phase transition during the annealing process. This phenomenon causes the total annealing duration, $T$, required to prepare the ground state of $H_C$ with a high probability to increase exponentially with the size of the problem. Our findings indicate that with the growing complexity of problem instances, the likelihood of encountering first-order phase transitions also increases, making quantum annealing an impractical solution for these types of combinatorial optimization problems.

In the second part, we focus on the problem of barren plateaus in generic variational quantum algorithms. Barren plateaus correspond to flat regions in the parameter space where the gradient of the cost function is zero in expectation, and with the variance decaying exponentially with the system size, thus obstructing an efficient parameter optimization.  We propose an algorithm to circumvent Barren Plateaus by monitoring the entanglement entropy of k-local reduced density matrices, alongside a method for estimating entanglement entropy via classical shadow tomography. We illustrate the approach with the paradigmatic example of the variational quantum eigensolver, and show that our algorithm effectively avoids barren plateaus in the initialization as well as during the optimization stage. 

Lastly, in the last two Chapters of this thesis, we focus on the quantum approximate optimization algorithm (QAOA), originally introduced as an algorithm for solving generic combinatorial optimization problems in near-term quantum devices. Specifically, we focus on how to develop rigorous initialization strategies with guarantee improvement. Our motivation for this study lies in that for random initialization, the optimization typically leads to local minima with poor performance. Our main result corresponds to the analytical construction of index-1 saddle points or transition states, stationary points with a single direction of descent, as a tool for systematically exploring the QAOA optimization landscape. This leads us to propose a novel greedy parameter initialization strategy that guarantees for the energy to decrease with an increasing number of circuit layers. Furthermore, with precise estimates for the negative Hessian eigenvalue and its eigenvector, we establish a lower bound for energy improvement following a QAOA iteration.},
  author       = {Medina Ramos, Raimel A},
  issn         = {2663-337X},
  keywords     = {Quantum computing, Variational Quantum Algorithms, Optimization},
  pages        = {133},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{Exploring the optimization landscape of variational quantum algorithms}},
  doi          = {10.15479/at:ista:17208},
  year         = {2024},
}

@unpublished{17222,
  abstract     = {The quantum approximate optimization algorithm (QAOA) uses a quantum computer
to implement a variational method with $2p$ layers of alternating unitary
operators, optimized by a classical computer to minimize a cost function. While
rigorous performance guarantees exist for the QAOA at small depths $p$, the
behavior at large depths remains less clear, though simulations suggest
exponentially fast convergence for certain problems. In this work, we gain
insights into the deep QAOA using an analytic expansion of the cost function
around transition states. Transition states are constructed in a recursive
manner: from the local minima of the QAOA with $p$ layers we obtain transition
states of the QAOA with $p+1$ layers, which are stationary points characterized
by a unique direction of negative curvature. We construct an analytic estimate
of the negative curvature and the corresponding direction in parameter space at
each transition state. The expansion of the QAOA cost function along the
negative direction to the quartic order gives a lower bound of the QAOA cost
function improvement. We provide physical intuition behind the analytic
expressions for the local curvature and quartic expansion coefficient. Our
numerical study confirms the accuracy of our approximations and reveals that
the obtained bound and the true value of the QAOA cost function gain have a
characteristic exponential decrease with the number of layers $p$, with the
bound decreasing more rapidly. Our study establishes an analytical method for
recursively studying the QAOA that is applicable in the regime of high circuit
depth.},
  author       = {Medina Ramos, Raimel A and Serbyn, Maksym},
  booktitle    = {arXiv},
  title        = {{A recursive lower bound on the energy improvement of the quantum approximate optimization algorithm}},
  doi          = {10.48550/arXiv.2405.10125},
  year         = {2024},
}

@phdthesis{18132,
  abstract     = {In this thesis, we are dealing with both arithmetic and geometric problems coming from the
study of rational points with a particular focus on function fields over finite fields:
(1) Using the circle method we produce upper bounds for the number of rational points of
bounded height on diagonal cubic surfaces and fourfolds over Fq(t). This is based on
joint work with Leonhard Hochfilzer.
(2) We study rational points on smooth complete intersections X defined by cubic and
quadratic hypersurfaces over Fq(t). We refine the Farey dissection of the “unit square”
developed by Vishe [202] and use the circle method with a Kloosterman refinement to
establish an asymptotic formula for the number of rational points of bounded height on
X when dim(X) ≥ 23. Under the same hypotheses, we also verify weak approximation.
(3) In joint work with Hochfilzer, we obtain upper bounds for the number of rational points of
bounded height on del Pezzo surfaces of low degree over any global field. Our approach
is to take hyperplane sections, which reduces the problem to uniform estimates for the
number of rational points on curves.
(4) We develop a version of the circle method capable of counting Fq-points on jet schemes
of moduli spaces of rational curves on hypersurfaces. Combining this with a spreading
out argument and a result of Mustaţă [150], this allows us to show that these moduli
spaces only have canonical singularities under suitable assumptions on the degree and the
dimension.
In addition, we give an overview of guiding questions and conjectures in the field of rational
points and explain the basic mechanism underlying the circle method.
},
  author       = {Glas, Jakob},
  issn         = {2663-337X},
  pages        = {195},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{Counting rational points over function fields}},
  doi          = {10.15479/at:ista:18132},
  year         = {2024},
}

@article{18173,
  abstract     = {Using a two-dimensional version of the delta method, we establish an asymptotic formula for the number of rational points of bounded height on non-singular complete intersections of cubic and quadric hypersurfaces of dimension at least 23 over Fq(t), provided char (Fq)>3. Under the same hypotheses, we also verify weak approximation.},
  author       = {Glas, Jakob},
  issn         = {1469-7750},
  journal      = {Journal of the London Mathematical Society},
  number       = {4},
  publisher    = {London Mathematical Society},
  title        = {{Rational points on complete intersections of cubic and quadric hypersurfaces over Fq(t)}},
  doi          = {10.1112/jlms.12991},
  volume       = {110},
  year         = {2024},
}

@unpublished{18295,
  abstract     = {By developing a suitable version of the circle method, we show that the space of degree e rational curves on a smooth hypersurface of degree d has only canonical singularities provided its dimension is sufficiently large with respect to e and d.},
  author       = {Glas, Jakob},
  booktitle    = {arXiv},
  title        = {{Canonical singularities on moduli spaces of rational curves via the  circle method}},
  doi          = {10.48550/arXiv.2405.16648},
  year         = {2024},
}

@phdthesis{18667,
  abstract     = {Many chemical and physical properties of materials are determined by the material’s shape,
for example the size of its pores and the width of its tunnels. This makes materials science
a prime application area for geometrical and topological methods. Nevertheless many
methods in topological data analysis have not been satisfyingly extended to the needs of
materials science. This thesis provides new methods and new mathematical theorems
targeted at those specific needs by answering four different research questions. While the
motivation for each of the research questions arises from materials science, the methods
are versatile and can be applied in different areas as well. 

The first research question is concerned with image data, for example a three-dimensional
computed tomography (CT) scan of a material, like sand or stone. There are two commonly
used topologies for digital images and depending on the application either of them might be
required. However, software for computing the topological data analysis method persistence
homology, usually supports only one of the two topologies. We answer the question how to
compute persistent homology of an image with respect to one of the two topologies using
software that is intended for the other topology. 

The second research question is concerned with image data as well, and asks how much
of the topological information of an image is lost when the resolution is coarsened. As
computer tomography scanners are more expensive the higher the resolution, it is an
important question in materials science to know which resolution is enough to get satisfying
persistent homology. We give theoretical bounds on the information loss based on different
geometrical properties of the object to be scanned. In addition, we conduct experiments on
sand and stone CT image data. 

The third research question is motivated by comparing crystalline materials efficiently. As
the atoms within a crystal repeat periodically, crystalline materials are either modeled by
unmanageable infinite periodic point sets, or by one of their fundamental domains, which is
unstable under perturbation. Therefore a fingerprint of crystalline materials is needed, with
appropriate properties such that comparing the crystals can be eased by comparing the
fingerprints instead. We define the density fingerprint and prove the necessary properties. 

The fourth research question is motivated by studying the hole-structure or connectedness,
i.e. persistent homology or merge trees, of crystalline materials. A common way to deal
with periodicity is to take a fundamental domain and identify opposite boundaries to form a
torus. However, computing persistent homology or merge trees on that torus loses some
of the information materials scientists are interested in and is additionally not stable under
certain noise. We therefore decorate the merge tree stemming from the torus with additional
information describing the density and growth rate of the periodic copies of a component
within a growing spherical window. We prove all desired properties, like stability and efficient
computability.},
  author       = {Heiss, Teresa},
  isbn         = {978-3-99078-052-7},
  issn         = {2663-337X},
  keywords     = {persistent homology, topological data analysis, periodic, crystalline materials, images, fingerprint},
  pages        = {111},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{New methods for applying topological data analysis to materials science}},
  doi          = {10.15479/at:ista:18667},
  year         = {2024},
}

@unpublished{18673,
  abstract     = {Motivated by applications to crystalline materials, we generalize the merge tree and the related barcode of a filtered complex to the periodic setting in Euclidean space. They are invariant under isometries, changing bases, and indeed changing lattices. In addition, we prove stability under perturbations and provide an algorithm that under mild geometric conditions typically satisfied by crystalline materials takes O((n+m)logn) time, in which n and m are the numbers of vertices and edges in the quotient complex, respectively.
},
  author       = {Edelsbrunner, Herbert and Heiss, Teresa},
  booktitle    = {arXiv},
  title        = {{Merge trees of periodic filtrations}},
  doi          = {10.48550/arXiv.2408.16575},
  year         = {2024},
}

@phdthesis{14711,
  abstract     = {In nature, different species find their niche in a range of environments, each with its unique characteristics. While some thrive in uniform (homogeneous) landscapes where environmental conditions stay relatively consistent across space, others traverse the complexities of spatially heterogeneous terrains. Comprehending how species are distributed and how they interact within these landscapes holds the key to gaining insights into their evolutionary dynamics while also informing conservation and management strategies.

For species inhabiting heterogeneous landscapes, when the rate of dispersal is low compared to spatial fluctuations in selection pressure, localized adaptations may emerge. Such adaptation in response to varying selection strengths plays an important role in the persistence of populations in our rapidly changing world. Hence, species in nature are continuously in a struggle to adapt to local environmental conditions, to ensure their continued survival. Natural populations can often adapt in time scales short enough for evolutionary changes to influence ecological dynamics and vice versa, thereby creating a feedback between evolution and demography. The analysis of this feedback and the relative contributions of gene flow, demography, drift, and natural selection to genetic variation and differentiation has remained a recurring theme in evolutionary biology. Nevertheless, the effective role of these forces in maintaining variation and shaping patterns of diversity is not fully understood. Even in homogeneous environments devoid of local adaptations, such understanding remains elusive. Understanding this feedback is crucial, for example in determining the conditions under which extinction risk can be mitigated in peripheral populations subject to deleterious mutation accumulation at the edges of species’ ranges
as well as in highly fragmented populations.

In this thesis we explore both uniform and spatially heterogeneous metapopulations, investigating and providing theoretical insights into the dynamics of local adaptation in the latter and examining the dynamics of load and extinction as well as the impact of joint ecological and evolutionary (eco-evolutionary) dynamics in the former. The thesis is divided into 5 chapters.

Chapter 1 provides a general introduction into the subject matter, clarifying concepts and ideas used throughout the thesis. In chapter 2, we explore how fast a species distributed across a heterogeneous landscape adapts to changing conditions marked by alterations in carrying capacity, selection pressure, and migration rate.

In chapter 3, we investigate how migration selection and drift influences adaptation and the maintenance of variation in a metapopulation with three habitats, an extension of previous models of adaptation in two habitats. We further develop analytical approximations for the critical threshold required for polymorphism to persist.

The focus of chapter 4 of the thesis is on understanding the interplay between ecology and evolution as coupled processes. We investigate how eco-evolutionary feedback between migration, selection, drift, and demography influences eco-evolutionary outcomes in marginal populations subject to deleterious mutation accumulation. Using simulations as well as theoretical approximations of the coupled dynamics of population size and allele frequency, we analyze how gene flow from a large mainland source influences genetic load and population size on an island (i.e., in a marginal population) under genetically realistic assumptions. Analyses of this sort are important because small isolated populations, are repeatedly affected by complex interactions between ecological and evolutionary processes, which can lead to their death. Understanding these interactions can therefore provide an insight into the conditions under which extinction risk can be mitigated in peripheral populations thus, contributing to conservation and restoration efforts.

Chapter 5 extends the analysis in chapter 4 to consider the dynamics of load (due to deleterious mutation accumulation) and extinction risk in a metapopulation. We explore the role of gene flow, selection, and dominance on load and extinction risk and further pinpoint critical thresholds required for metapopulation persistence.

Overall this research contributes to our understanding of ecological and evolutionary mechanisms that shape species’ persistence in fragmented landscapes, a crucial foundation for successful conservation efforts and biodiversity management.},
  author       = {Olusanya, Oluwafunmilola O},
  issn         = {2663-337X},
  pages        = {183},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{Local adaptation, genetic load and extinction in metapopulations}},
  doi          = {10.15479/at:ista:14711},
  year         = {2024},
}

@phdthesis{17156,
  abstract     = {This dissertation is the summary of the author’s work, concerning the relations between
cohomology rings of algebraic varieties and rings of functions on zero schemes and fixed
point schemes. For most of the thesis, the focus is on smooth complex varieties with
an action of a principally paired group, e.g. a parabolic subgroup of a reductive group.
The fundamental theorem 5.2.11 from co-authored article [66] says that if the principal
nilpotent has a unique zero, then the zero scheme over the Kostant section is isomorphic
to the spectrum of the equivariant cohomology ring, remembering the grading in terms of
a C^* action. A similar statement is proved also for the G-invariant functions on the total
zero scheme over the whole Lie algebra. Additionally, we are able to prove an analogous
result for the GKM spaces, which poses the question on a joint generalisation.
We also tackle the situation of a singular variety. As long as it is embedded in a smooth
variety with regular action, we are able to study its cohomology as well by means of
the zero scheme. In case of e.g. Schubert varieties this determines the cohomology ring
completely. In largest generality, this allows us to see a significant part of the cohomology
ring.
We also show (Theorem 6.2.1) that the cohomology ring of spherical varieties appears as
the ring of functions on the zero scheme. The computational aspect is not easy, but one
can hope that this can bring some concrete information about such cohomology rings.
Lastly, the K-theory conjecture 6.3.1 is studied, with some results attained for GKM
spaces.
The thesis includes also an introduction to group actions on algebraic varieties. In
particular, the vector fields associated to the actions are extensively studied. We also
provide a version of the Kostant section for arbitrary principally paired group, which
parametrises the regular orbits in the Lie algebra of an algebraic group. Before proving
the main theorem, we also include a historical overview of the field. In particular we bring
together the results of Akyildiz, Carrell and Lieberman on non-equivariant cohomology
rings.},
  author       = {Rychlewicz, Kamil P},
  issn         = {2663-337X},
  keywords     = {equivariant cohomology, zero schemes, algebraic groups, Lie algebras},
  pages        = {117},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{Equivariant cohomology and rings of functions}},
  doi          = {10.15479/at:ista:17156},
  year         = {2024},
}

@phdthesis{18515,
  abstract     = {Understanding the role of evolutionary processes in shaping genetic variation has been a
primary goal in evolutionary genetics. In this regard, a key question is how genetically
distinct populations evolve in the face of gene flow, thereby generating genetic and
phenotypic divergence and reproductive isolation (RI). This requires quantifying the role
and relative contributions of prezygotic and postzygotic isolating mechanisms on the
reduction of gene exchange between populations, and identifying regions in the genome
that mediate RI, which is often polygenic. Further, this needs distinguishing neutral and
selected regions in the genome, and discerning how selection influences patterns of neutral
divergence.
Population structure, defined as any deviation from panmixia, such as geographic distribution, movement and mating patterns of individuals, influences how genetic variation is
structured in space and shapes the neutral null model. Availability of large scale spatial
genomic datasets now enables us to detect signatures of population structure in genetic
data and infer population genetic parameters. Such inferences are crucial and have wide
applications in biodiversity, conservation genetics, population management and medical
genetics. However, inferences are based on assumptions that do not always match the
complex reality, thus leading to erroneous conclusions. Moreover, the role and interaction
of heterogeneous population density and dispersal, which are ubiquitous in nature, has
been challenging to study owing to their mathematical complexity. In such scenarios,
feedback between theory, data and simulations can prove to be useful.
In this thesis, I examine the effect of population structure on neutral genetic variation
and barriers to gene exchange in hybridising populations, thereby bridging together the
fields of spatial population genetics and speciation.
Despite being a key concept in speciation, reproductive isolation (RI) lacks a quantitative
definition and has been used and measured differently across different fields. Chapter 2
gives a quantitative definition of RI, in terms of the effect of genetic differences on gene
flow. We give analytical predictions for RI in a range of scenarios, in terms of effective migration rates for discrete populations and barrier strength for continuous populations.
In addition to this, we discuss current measures of RI and their limitations, and propose
the need for new measures that combine organismal and genetic perspectives of RI.
In chapter 3, I examine the combined effect of assortative mating, sexual selection
and viability selection on RI. For this, we consider a polygenic ‘magic’ trait under a
mainland-island model. We obtain novel theoretical predictions for molecular divergence
in terms of effective migration rates, which bears a simple relationship to measurable
fitness components of migrants and various early generation hybrids. We explore the
conditions under which local adaptation can be maintained despite maladaptive gene flow
and quantify the relative contributions of viability and sexual selection to genome-wide
barriers to gene flow.
The next two chapters of the thesis focus on a hybrid zone of Antirrhinum majus that
consist of two subspecies- the magenta flowered A. m. pseudomajus and the yellow
flowered A.m. striatum. Previous studies have suggested that flower colour is target of
pollinator mediated selection and is influenced only by few genes. While these regions
show high genetic differentiation between the subspecies, the rest of the genome is seen
to be well mixed. Chapter 4 examines the effects of heterogeneous population density
and leptokurtic dispersal on isolation by distance and the distribution of heterozygosity
by focusing on non-flower colour markers.
Chapter 5 analyses cline shapes and associations among 6 focal flower colour markers to
understand how selection and dispersal maintain this hybrid zone. We see sharp coincident
stepped clines at all loci and positive associations throughout the hybrid zone, contrary to
the expected patterns from diffusive gene flow. With a novel scheme of inferring dispersal
combined with multilocus simulations, we show that stepped clines do not reflect genetic
barriers to gene flow, but are rather a result of long-distance migration. This framework
allows us to get realistic estimates gene flow and selection and shows how traditional cline
analysis may lead to inaccurate conclusions when assumptions of the theory are not met.
Overall, this thesis investigates how different features of population structure leave
detectable signatures in genetic variation, namely in patterns of isolation by distance,
linkage disequilibrium and genetic divergence. It also highlights how effective migration
rates provide useful way of analysing polygenic architectures and shed new light into
hybrid zones. In doing so, I identify scenarios when simple models become insufficient
and suggest possibe directions by combining genetic data with simulations.},
  author       = {Surendranadh, Parvathy},
  issn         = {2663-337X},
  pages        = {219},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{Effect of population structure on neutral genetic variation and barriers to gene exchange}},
  doi          = {10.15479/at:ista:18515},
  year         = {2024},
}

@unpublished{18689,
  abstract     = {Multiplexed fluorescence microscopy imaging is widely used in biomedical applications. However, simultaneous imaging of multiple fluorophores can result in spectral leaks and overlapping, which greatly degrades image quality and subsequent analysis. Existing popular spectral unmixing methods are mainly based on computational intensive linear models and the performance is heavily dependent on the reference spectra, which may greatly preclude its further applications. In this paper, we propose a deep learning-based blindly spectral unmixing method, termed AutoUnmix, to imitate the physical spectral mixing process. A tranfer learning framework is further devised to allow our AutoUnmix adapting to a variety of imaging systems without retraining the network. Our proposed method has demonstrated real-time unmixing capabilities, surpassing existing methods by up to 100-fold in terms of unmixing speed. We further validate the reconstruction performance on both synthetic datasets and biological samples. The unmixing results of AutoUnmix achieve a highest SSIM of 0.99 in both three- and four-color imaging, with nearly up to 20% higher than other popular unmixing methods. Due to the desirable property of data independency and superior blind unmixing performance, we believe AutoUnmix is a powerful tool to study the interaction process of different organelles labeled by multiple fluorophores.},
  author       = {Gallei, Michelle C and Truckenbrodt, Sven M and Kreuzinger, Caroline and Inumella, Syamala and Vistunou, Vitali and Sommer, Christoph M and Tavakoli, Mojtaba and Agudelo Duenas, Nathalie and Vorlaufer, Jakob and Jahr, Wiebke and Randuch, Marek and Johnson, Alexander J and Benková, Eva and Friml, Jiří and Danzl, Johann G},
  booktitle    = {bioRxiv},
  title        = {{Super-resolution expansion microscopy in plant roots}},
  doi          = {10.1101/2024.02.21.581330},
  year         = {2024},
}

@phdthesis{18681,
  author       = {Tavakoli, Mojtaba},
  isbn         = {978-3-99078-048-0},
  issn         = {2663-337X},
  pages        = {230},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{Developing molecular and structural tools for studying brain architecture with super resolution expansion microscopy. LICONN: Molecularly-informed connectomics reconstruction with light microscopy}},
  doi          = {10.15479/at:ista:18681},
  year         = {2024},
}

@phdthesis{15094,
  abstract     = {Point sets, geometric networks, and arrangements of hyperplanes are fundamental objects in
discrete geometry that have captivated mathematicians for centuries, if not millennia. This
thesis seeks to cast new light on these structures by illustrating specific instances where a
topological perspective, specifically through discrete Morse theory and persistent homology,
provides valuable insights.

At first glance, the topology of these geometric objects might seem uneventful: point sets
essentially lack of topology, arrangements of hyperplanes are a decomposition of Rd, which
is a contractible space, and the topology of a network primarily involves the enumeration
of connected components and cycles within the network. However, beneath this apparent
simplicity, there lies an array of intriguing structures, a small subset of which will be uncovered
in this thesis.

Focused on three case studies, each addressing one of the mentioned objects, this work
will showcase connections that intertwine topology with diverse fields such as combinatorial
geometry, algorithms and data structures, and emerging applications like spatial biology.

},
  author       = {Cultrera di Montesano, Sebastiano},
  issn         = {2663-337X},
  pages        = {108},
  publisher    = {Institute of Science and Technology Austria},
  title        = {{Persistence and Morse theory for discrete geometric structures}},
  doi          = {10.15479/at:ista:15094},
  year         = {2024},
}

@article{13182,
  abstract     = {We characterize critical points of 1-dimensional maps paired in persistent homology
geometrically and this way get elementary proofs of theorems about the symmetry
of persistence diagrams and the variation of such maps. In particular, we identify
branching points and endpoints of networks as the sole source of asymmetry and
relate the cycle basis in persistent homology with a version of the stable marriage
problem. Our analysis provides the foundations of fast algorithms for maintaining a
collection of sorted lists together with its persistence diagram.},
  author       = {Biswas, Ranita and Cultrera Di Montesano, Sebastiano and Edelsbrunner, Herbert and Saghafian, Morteza},
  issn         = {2367-1734},
  journal      = {Journal of Applied and Computational Topology},
  pages        = {1101--1119},
  publisher    = {Springer Nature},
  title        = {{Geometric characterization of the persistence of 1D maps}},
  doi          = {10.1007/s41468-023-00126-9},
  volume       = {8},
  year         = {2024},
}

@inproceedings{15093,
  abstract     = {We present a dynamic data structure for maintaining the persistent homology of a time series of real numbers. The data structure supports local operations, including the insertion and deletion of an item and the cutting and concatenating of lists, each in time O(log n + k), in which n counts the critical items and k the changes in the augmented persistence diagram. To achieve this, we design a tailor-made tree structure with an unconventional representation, referred to as banana tree, which may be useful in its own right.},
  author       = {Cultrera di Montesano, Sebastiano and Edelsbrunner, Herbert and Henzinger, Monika H and Ost, Lara},
  booktitle    = {Proceedings of the 2024 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA)},
  editor       = {Woodruff, David P.},
  location     = {Alexandria, VA, USA},
  pages        = {243 -- 295},
  publisher    = {Society for Industrial and Applied Mathematics},
  title        = {{Dynamically maintaining the persistent homology of time series}},
  doi          = {10.1137/1.9781611977912.11},
  year         = {2024},
}

@unpublished{15091,
  abstract     = {Motivated by applications in the medical sciences, we study finite chromatic
sets in Euclidean space from a topological perspective. Based on the persistent
homology for images, kernels and cokernels, we design provably stable
homological quantifiers that describe the geometric micro- and macro-structure
of how the color classes mingle. These can be efficiently computed using
chromatic variants of Delaunay and alpha complexes, and code that does these
computations is provided.},
  author       = {Cultrera di Montesano, Sebastiano and Draganov, Ondrej and Edelsbrunner, Herbert and Saghafian, Morteza},
  booktitle    = {arXiv},
  title        = {{Chromatic alpha complexes}},
  doi          = {10.48550/arXiv.2212.03128},
  year         = {2024},
}

