SearcharxivSearch

arXiv subjects

Zicong Zhou

Publications and source records attributed to Zicong Zhou.

12 recordsLinked to original sources

PinDCO: Whole-Page Aware Dynamic Creative Optimization at Scale

Recent advances in generative AI have substantially accelerated the creation of high-quality ad creatives, dramatically expanding the number of candidate variants per campaign. This shift increases the need for scalable dynamic creative optimization (DCO) systems that can match creatives to the most relevant audiences under stringent latency and cost constraints. We present PinDCO, a production DCO system for ad creative retrieval and selection on Pinterest, a billion-scale visual discovery platform. PinDCO is built around a Creative Component Fusion Network (CCFN) that performs dynamic creative scoring by modeling each creative component (e.g., image, title, layout) with a dedicated tower, using component-specific hyperparameters to account for differing modeling complexity. The component representations are fused to predict a creative-level score conditioned on the ad-level prediction, and we improve training data quality via an exploration-exploitation strategy. To account for Pinterest's waterfall grid layout, where a creative's rendered size affects nearby content and session-level engagement, we introduce a Pixel-aware Adjustment Module(PAM) that adjusts scores based on creative size to encourage efficient screen real-estate utilization and better whole-page outcomes. To support the large volume of creative candidates, we further employ a lightweight pre-selection model for early pruning, and optimize serving efficiency through caching and dynamic batching. Extensive offline analyses and online A/B experiments demonstrate the effectiveness of PinDCO, yielding a +3.09% lift in ad Click-Through Rate(CTR) with positive whole-page metrics. With the strong performance, we launched PinDCO in the Pinterest Ads platform.

cs.IR

VPREG: An Optimal Control Formulation for Diffeomorphic Image Registration Based on the Variational Principle Grid Generation Method

This paper introduces VPreg, a novel diffeomorphic image registration method. This work provides several improvements to our past work on mesh generation and diffeomorphic image registration. VPreg aims to achieve excellent registration accuracy while controlling the quality of the registration transformations. It ensures a positive Jacobian determinant of the spatial transformation and provides an accurate approximation of the inverse of the registration, a crucial property for many neuroimaging workflows. Unlike conventional methods, VPreg generates this inverse transformation within the group of diffeomorphisms rather than operating on the image space. The core of VPreg is a grid generation approach, referred to as \emph{Variational Principle} (VP), which constructs non-folding grids with prescribed Jacobian determinant and curl. These VP-generated grids guarantee diffeomorphic spatial transformations essential for computational anatomy and morphometry, and provide a more accurate inverse than existing methods. To assess the potential of the proposed approach, we conduct a performance analysis for 150 registrations of brain scans from the OASIS-1 dataset. Performance evaluation based on Dice scores for 35 regions of interest, along with an empirical analysis of the properties of the computed spatial transformations, demonstrates that VPreg outperforms state-of-the-art methods in terms of Dice scores, regularity properties of the computed transformation, and accuracy and consistency of the provided inverse map. We compare our results to ANTs-SyN, Freesurfer-Easyreg, and FSL-Fnirt.

cs.CV

Recent insights on the Uniqueness Problem of Diffeomorphisms determined by Prescribed Jacobian Determinant and Curl

Variational Principle (VP) forms diffeomorphisms with prescribed Jacobian determinant (JD) and curl. Examples demonstrate that, (i) JD alone can not uniquely determine a diffeomorphism without curl; and (ii) the solutions by VP seem to satisfy properties of a Lie group. Hence, it is conjectured that a unique diffeomorphism can be assured by its JD and curl (Uniqueness Conjecture). In this paper, (1) an observation based on VP is derived that a counter example to the Conjecture, if exists, should satisfy a particular property; (2) from the observation, an experimental strategy is formulated to numerically test whether a given diffeomorphism is a valid counter example to the conjecture; (3) a proof of an intermediate step to the conjecture is provided and referred to as the semi-general case, which argues that, given two diffeomorphisms, $\pmbϕ$ and $\pmbψ$, if they are close to the identity map, $\pmb{id}$, then $\pmbϕ$ is identical $\pmbψ$.

cs.CG

Construction of Diffeomorphisms with Prescribed Jacobian Determinant and Curl

The variational principle (VP) is designed to generate non-folding grids (diffeomorphisms) with prescribed Jacobian determinant (JD) and curl. Its solution pool of the original VP is based on an additive formulation and, consequently, is not invariant in the diffeomorphic Lie algebra. The original VP works well when the prescribed pair of JD and curl is calculated from a diffeomorphism, but not necessarily when the prescribed JD and curl are not known to come from a diffeomorphism. This issue is referred as the mismatched pair problem. In spite of that, the original VP works effectively in 2D grid generations. To resolve these issues, in this paper, we describe a new version of VP (revised VP), which is based on composition of transformations and, therefore, is invariant in the Lie algebra. The revised VP seems have overcome the inaccuracy of original VP in 3D grid generations. In the following sections, the mathematical derivations are presented. It is shown that the revised VP can calculate the inverse transformation of a known diffeomorphism. Its inverse consistency and transitivity of transformations are also demonstrated numerically. Moreover, a computational strategy is formulated based on the new version of VP to handle the mismatch issue and is demonstrated with preliminary result.

math.NA

Deformable Registration Using Average Geometric Transformations for Brain MR Images

Accurate registration of medical images is vital for doctor's diagnosis and quantitative analysis. In this paper, we propose a new deformable medical image registration method based on average geometric transformations and VoxelMorph CNN architecture. We compute the differential geometric information including Jacobian determinant(JD) and the curl vector(CV) of diffeomorphic registration field and use them as multi-channel of VoxelMorph CNN for second train. In addition, we use the average transformation to construct a standard brain MRI atlas which can be used as fixed image. We verify our method on two datasets including ADNI dataset and MRBrainS18 Challenge dataset, and obtain excellent improvement on MR image registration with average Dice scores and non-negative Jacobian locations compared with MIT's original method. The experimental results show the method can achieve better performance in brain MRI diagnosis.

cs.CV

The Method of Multimodal MRI Brain Image Segmentation Based on Differential Geometric Features

Accurate segmentation of brain tissue in magnetic resonance images (MRI) is a diffcult task due to different types of brain abnormalities. Using information and features from multimodal MRI including T1, T1-weighted inversion recovery (T1-IR) and T2-FLAIR and differential geometric features including the Jacobian determinant(JD) and the curl vector(CV) derived from T1 modality can result in a more accurate analysis of brain images. In this paper, we use the differential geometric information including JD and CV as image characteristics to measure the differences between different MRI images, which represent local size changes and local rotations of the brain image, and we can use them as one CNN channel with other three modalities (T1-weighted, T1-IR and T2-FLAIR) to get more accurate results of brain segmentation. We test this method on two datasets including IBSR dataset and MRBrainS datasets based on the deep voxelwise residual network, namely VoxResNet, and obtain excellent improvement over single modality or three modalities and increases average DSC(Cerebrospinal Fluid (CSF), Gray Matter (GM) and White Matter (WM)) by about 1.5% on the well-known MRBrainS18 dataset and about 2.5% on the IBSR dataset. Moreover, we discuss that one modality combined with its JD or CV information can replace the segmentation effect of three modalities, which can provide medical conveniences for doctor to diagnose because only to extract T1-modality MRI image of patients. Finally, we also compare the segmentation performance of our method in two networks, VoxResNet and U-Net network. The results show VoxResNet has a better performance than U-Net network with our method in brain MRI segmentation. We believe the proposed method can advance the performance in brain segmentation and clinical diagnosis.

cs.CV

Uniqueness of Transformation based on Jacobian Determinant and curl-Vector

Numerical examples demonstrated that a prescribed positive Jacobian determinant alone can not uniquely determine a diffeomorphism. It is conjectured that the uniqueness of a transformation can be assured by its Jacobian determinant and the curl-vector. In this work, we study the uniqueness problem analytically and propose an approach to the proof of the uniqueness of a transformation with prescribed Jacobian determinant and curl-vector.

cs.CG

Computational Technologies for Brain Morphometry

In this paper, we described a set of computational technologies for image analysis with applications in Brain Morphometry. The proposed technologies are based on a new Variational Principle which constructs a transformation with prescribed Jacobian determinant (which models local size changes) and prescribed curl-vector (which models local rotations). The goal of this research is to convince the image research community that Jacobian determinant as well as curl-vector should be used in all steps of image analysis. Specifically, we develop an optimal control method for non-rigid registration; a new concept and construction of average transformation; and a general robust method for construction of unbiased template from a set of images. Computational examples are presented to show the effects of curl-vector and the effectiveness of optimal control methods for non-rigid registration and our method for construction of unbiased template.

cs.CG

A Novel Deformation Method for Higher Order Mesh Generation

The development of higher order finite elements methods has become an active research area. The deformation method for mesh generation has achieved a prescribed positive Jacobian determinant constraint and it has been a useful method for mesh adaptation. In this work, the deformation method is combined with local refinement to generate higher order meshes. 2D and 3D numerical examples of element order p=3 are shown to demonstrate the effectiveness of our new algorithm.

cs.CG

Disordered, stretched, and semiflexible biopolymers in two dimensions

We study the effects of intrinsic sequence-dependent curvature for a two dimensional semiflexible biopolymer with short-range correlation in intrinsic curvatures. We show exactly that when not subjected to any external force, such a system is equivalent to a system with a well-defined intrinsic curvature and a proper renormalized persistence length. We find the exact expression for the distribution function of the equivalent system. However, we show that such an equivalent system does not always exist for the polymer subjected to an external force. We find that under an external force, the effect of sequence-disorder depends upon the averaging order, the degree of disorder, and the experimental conditions, such as the boundary conditions. Furthermore, a short to moderate length biopolymer may be much softer or has a smaller apparent persistent length than what would be expected from the "equivalent system". Moreover, under a strong stretching force and for a long biopolymer, the sequence-disorder is immaterial for elasticity. Finally, the effect of sequence-disorder may depend upon the quantity considered.

cond-mat.soft

Sequence-Dependent Effects on the Properties of Semiflexible Biopolymers

Using path integral technique, we show exactly that for a semiflexible biopolymer in constant extension ensemble, no matter how long the polymer and how large the external force, the effects of short range correlations in the sequence-dependent spontaneous curvatures and torsions can be incorporated into a model with well-defined mean spontaneous curvature and torsion as well as a renormalized persistence length. Moreover, for a long biopolymer with large mean persistence length, the sequence-dependent persistence lengths can be replaced by their mean. However, for a short biopolymer or for a biopolymer with small persistence lengths, inhomogeneity in persistence lengths tends to make physical observables very sensitive to details and therefore less predictable.

physics.bio-ph

A possible generalized form of Jarzynski equality

The crucial condition in the derivation of the Jarzynski equality (JE) from the fluctuation theorem is that the time integral of the phase space contraction factor can be exactly expressed as the entropy production resulting from the heat absorbed by the system from the thermal bath. For the system violating this condition, a more general form of JE may exist. This existence is verified by three \textit{Gedanken} experiments and numerical simulations, and may be confirmed by the real experiment in the nanoscale.

cond-mat.stat-mech