Source author record

Zhifei Zhang

Zhifei Zhang appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

54works
14topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

54 published item(s)

preprint2025arXiv

OmniVCus: Feedforward Subject-driven Video Customization with Multimodal Control Conditions

Existing feedforward subject-driven video customization methods mainly study single-subject scenarios due to the difficulty of constructing multi-subject training data pairs. Another challenging problem that how to use the signals such as depth, mask, camera, and text prompts to control and edit the subject in the customized video is still less explored. In this paper, we first propose a data construction pipeline, VideoCus-Factory, to produce training data pairs for multi-subject customization from raw videos without labels and control signals such as depth-to-video and mask-to-video pairs. Based on our constructed data, we develop an Image-Video Transfer Mixed (IVTM) training with image editing data to enable instructive editing for the subject in the customized video. Then we propose a diffusion Transformer framework, OmniVCus, with two embedding mechanisms, Lottery Embedding (LE) and Temporally Aligned Embedding (TAE). LE enables inference with more subjects by using the training subjects to activate more frame embeddings. TAE encourages the generation process to extract guidance from temporally aligned control signals by assigning the same frame embeddings to the control and noise tokens. Experiments demonstrate that our method significantly surpasses state-of-the-art methods in both quantitative and qualitative evaluations. Video demos are at our project page: https://caiyuanhao1998.github.io/project/OmniVCus/. Our code, models, data are released at https://github.com/caiyuanhao1998/Open-OmniVCus

preprint2022arXiv

A Multi-Implicit Neural Representation for Fonts

Fonts are ubiquitous across documents and come in a variety of styles. They are either represented in a native vector format or rasterized to produce fixed resolution images. In the first case, the non-standard representation prevents benefiting from latest network architectures for neural representations; while, in the latter case, the rasterized representation, when encoded via networks, results in loss of data fidelity, as font-specific discontinuities like edges and corners are difficult to represent using neural networks. Based on the observation that complex fonts can be represented by a superposition of a set of simpler occupancy functions, we introduce \textit{multi-implicits} to represent fonts as a permutation-invariant set of learned implict functions, without losing features (e.g., edges and corners). However, while multi-implicits locally preserve font features, obtaining supervision in the form of ground truth multi-channel signals is a problem in itself. Instead, we propose how to train such a representation with only local supervision, while the proposed neural architecture directly finds globally consistent multi-implicits for font families. We extensively evaluate the proposed representation for various tasks including reconstruction, interpolation, and synthesis to demonstrate clear advantages with existing alternatives. Additionally, the representation naturally enables glyph completion, wherein a single characteristic font is used to synthesize a whole font family in the target style.

preprint2022arXiv

Dynamics near Couette flow for the $β$-plane equation

In this paper, we study stationary structures near the planar Couette flow in Sobolev spaces on a channel $\mathbb{T}\times[-1,1]$, and asymptotic behavior of Couette flow in Gevrey spaces on $\mathbb{T}\times\mathbb{R}$ for the $β$-plane equation. Let $T>0$ be the horizontal period of the channel and $α={2π\over T}$ be the wave number. We obtain a sharp region $O$ in the whole $(α,β)$ half-plane such that non-parallel steadily traveling waves do not exist for $(α,β)\in O$ and such traveling waves exist for $(α,β)$ in the remaining regions, near Couette flow for $H^{\geq5}$ velocity perturbation. The borderlines between the region $O$ and its remaining are determined by two curves of the principal eigenvalues of singular Rayleigh-Kuo operators. Our results reveal that there exists $β_*>0$ such that if $|β|\leq β_*$, then non-parallel traveling waves do not exist for any $T>0$, while if $|β|>β_*$, then there exists a critical period $T_β>0$ so that such traveling waves exist for $T\in \left[T_β,\infty\right)$ and do not exist for $T\in \left(0,T_β\right)$, near Couette flow for $H^{\geq5}$ velocity perturbation. This contrasting dynamics plays an important role in studying the long time dynamics near Couette flow with Coriolis effects. Moreover, for any $β\neq0$ and $T>0$, there exist no non-parallel traveling waves with speeds converging in $(-1,1)$ near Couette flow for $H^{\geq5}$ velocity perturbation, in contrast to this, we construct non-shear stationary solutions near Couette flow for $H^{<{5\over2}}$ velocity perturbation, which is a generalization of Theorem 1 in [22] but the construction is more difficult due to the $β$'s term. Finally, we prove nonlinear inviscid damping for Couette flow in some Gevrey spaces by extending the method of [4] to the $β$-plane equation on $\mathbb{T}\times\mathbb{R}$.

preprint2022arXiv

Feature Importance-aware Transferable Adversarial Attacks

Transferability of adversarial examples is of central importance for attacking an unknown model, which facilitates adversarial attacks in more practical scenarios, e.g., black-box attacks. Existing transferable attacks tend to craft adversarial examples by indiscriminately distorting features to degrade prediction accuracy in a source model without aware of intrinsic features of objects in the images. We argue that such brute-force degradation would introduce model-specific local optimum into adversarial examples, thus limiting the transferability. By contrast, we propose the Feature Importance-aware Attack (FIA), which disrupts important object-aware features that dominate model decisions consistently. More specifically, we obtain feature importance by introducing the aggregate gradient, which averages the gradients with respect to feature maps of the source model, computed on a batch of random transforms of the original clean image. The gradients will be highly correlated to objects of interest, and such correlation presents invariance across different models. Besides, the random transforms will preserve intrinsic features of objects and suppress model-specific information. Finally, the feature importance guides to search for adversarial examples towards disrupting critical features, achieving stronger transferability. Extensive experimental evaluation demonstrates the effectiveness and superior performance of the proposed FIA, i.e., improving the success rate by 9.5% against normally trained models and 12.8% against defense models as compared to the state-of-the-art transferable attacks. Code is available at: https://github.com/hcguoO0/FIA

preprint2022arXiv

GALA: Toward Geometry-and-Lighting-Aware Object Search for Compositing

Compositing-aware object search aims to find the most compatible objects for compositing given a background image and a query bounding box. Previous works focus on learning compatibility between the foreground object and background, but fail to learn other important factors from large-scale data, i.e. geometry and lighting. To move a step further, this paper proposes GALA (Geometry-and-Lighting-Aware), a generic foreground object search method with discriminative modeling on geometry and lighting compatibility for open-world image compositing. Remarkably, it achieves state-of-the-art results on the CAIS dataset and generalizes well on large-scale open-world datasets, i.e. Pixabay and Open Images. In addition, our method can effectively handle non-box scenarios, where users only provide background images without any input bounding box. A web demo (see supplementary materials) is built to showcase applications of the proposed method for compositing-aware search and automatic location/scale prediction for the foreground object.

preprint2022arXiv

The number of traveling wave families in a running water with Coriolis force

In this paper, we study the number of traveling wave families near a shear flow under the influence of Coriolis force, where the traveling speeds lie outside the range of the flow $u$. Under the $β$-plane approximation, if the flow $u$ has a critical point at which $u$ attains its minimal (resp. maximal) value, then a unique transitional $β$ value exists in the positive (resp. negative) half-line such that the number of traveling wave families near the shear flow changes suddenly from finite to infinite when $β$ passes through it. On the other hand, if $u$ has no such critical points, then the number is always finite for positive (resp. negative) $β$ values. This is true for general shear flows under mildly technical assumptions, and for a large class of shear flows including a cosine jet $u(y) = {1+\cos(πy)\over 2}$ (i.e. the sinus profile) and analytic monotone flows unconditionally. The sudden change of the number of traveling wave families indicates that long time dynamics around the shear flow is much richer than the non-rotating case, where no such traveling wave families exist.

preprint2022arXiv

The unconditional uniqueness for the energy-supercritical NLS

We consider the cubic and quintic nonlinear Schrödinger equations (NLS) under the $\mathbb{R}^{d}$ and $\mathbb{T}^{d}$ energy-supercritical setting. Via a newly developed unified scheme, we prove the unconditional uniqueness for solutions to NLS at critical regularity for all dimensions. Thus, together with [18,19], the unconditional uniqueness problems for $H^{1}$-critical and $H^{1}$-supercritical cubic and quintic NLS are completely and uniformly resolved at critical regularity for these domains. One application of our theorem is to prove that defocusing blowup solutions of the type in [54] is the only possible $C([0,T);\dot{H}^{s_{c}})$ solution if exist in these domains.

preprint2022arXiv

Toward Understanding WordArt: Corner-Guided Transformer for Scene Text Recognition

Artistic text recognition is an extremely challenging task with a wide range of applications. However, current scene text recognition methods mainly focus on irregular text while have not explored artistic text specifically. The challenges of artistic text recognition include the various appearance with special-designed fonts and effects, the complex connections and overlaps between characters, and the severe interference from background patterns. To alleviate these problems, we propose to recognize the artistic text at three levels. Firstly, corner points are applied to guide the extraction of local features inside characters, considering the robustness of corner structures to appearance and shape. In this way, the discreteness of the corner points cuts off the connection between characters, and the sparsity of them improves the robustness for background interference. Secondly, we design a character contrastive loss to model the character-level feature, improving the feature representation for character classification. Thirdly, we utilize Transformer to learn the global feature on image-level and model the global relationship of the corner points, with the assistance of a corner-query cross-attention mechanism. Besides, we provide an artistic text dataset to benchmark the performance. Experimental results verify the significant superiority of our proposed method on artistic text recognition and also achieve state-of-the-art performance on several blurred and perspective datasets.

preprint2022arXiv

Vanilla Feature Distillation for Improving the Accuracy-Robustness Trade-Off in Adversarial Training

Adversarial training has been widely explored for mitigating attacks against deep models. However, most existing works are still trapped in the dilemma between higher accuracy and stronger robustness since they tend to fit a model towards robust features (not easily tampered with by adversaries) while ignoring those non-robust but highly predictive features. To achieve a better robustness-accuracy trade-off, we propose the Vanilla Feature Distillation Adversarial Training (VFD-Adv), which conducts knowledge distillation from a pre-trained model (optimized towards high accuracy) to guide adversarial training towards higher accuracy, i.e., preserving those non-robust but predictive features. More specifically, both adversarial examples and their clean counterparts are forced to be aligned in the feature space by distilling predictive representations from the pre-trained/clean model, while previous works barely utilize predictive features from clean models. Therefore, the adversarial training model is updated towards maximally preserving the accuracy as gaining robustness. A key advantage of our method is that it can be universally adapted to and boost existing works. Exhaustive experiments on various datasets, classification models, and adversarial training algorithms demonstrate the effectiveness of our proposed method.

preprint2021arXiv

On the $L^\infty$ stability of Prandtl expansions in Gevrey class

In this paper, we prove the $L^\infty\cap L^2$ stability of Prandtl expansions of shear flow type as $\big(U(y/\sqrtν),0\big)$ for the initial perturbation in the Gevrey class, where $U(y)$ is a monotone and concave function and $ν$ is the viscosity coefficient. To this end, we develop the direct resolvent estimate method for the linearized Orr-Sommerfeld operator instead of the Rayleigh-Airy iteration method introduced by Grenier, Guo and Nguyen.

preprint2020arXiv

Scaling invariant Serrin criterion via one velocity component for the Navier-Stokes equations

In this paper, we prove that the Leray weak solution $u : \mathbb{R}^3\times (0, T)\rightarrow\mathbb{R}^3 $ of the Navier-Stokes equations is regular in $\mathbb{R}^3\times (0,T)$ under the scaling invariant Serrin condition imposed on one component of the velocity $u_3\in L^{q,1}(0, T;L^p(\mathbb{R}^3))$ with \[ \frac{2}{q}+\frac{3}{p}\leq 1,\quad 3<p<+\infty. \] This result is an immediate consequence of a new local regularity criterion in terms of one velocity component for suitable weak solutions.

preprint2020arXiv

Texture Hallucination for Large-Factor Painting Super-Resolution

We aim to super-resolve digital paintings, synthesizing realistic details from high-resolution reference painting materials for very large scaling factors (e.g., 8X, 16X). However, previous single image super-resolution (SISR) methods would either lose textural details or introduce unpleasing artifacts. On the other hand, reference-based SR (Ref-SR) methods can transfer textures to some extent, but is still impractical to handle very large factors and keep fidelity with original input. To solve these problems, we propose an efficient high-resolution hallucination network for very large scaling factors with an efficient network structure and feature transferring. To transfer more detailed textures, we design a wavelet texture loss, which helps to enhance more high-frequency components. At the same time, to reduce the smoothing effect brought by the image reconstruction loss, we further relax the reconstruction constraint with a degradation loss which ensures the consistency between downscaled super-resolution results and low-resolution inputs. We also collected a high-resolution (e.g., 4K resolution) painting dataset PaintHD by considering both physical size and image resolution. We demonstrate the effectiveness of our method with extensive experiments on PaintHD by comparing with SISR and Ref-SR state-of-the-art methods.

preprint2020arXiv

Transition threshold for the 3D Couette flow in a finite channel

In this paper, we study nonlinear stability of the 3D plane Couette flow $(y,0,0)$ at high Reynolds number ${Re}$ in a finite channel $\mathbb{T}\times [-1,1]\times \mathbb{T}$. It is well known that the plane Couette flow is linearly stable for any Reynolds number. However, it could become nonlinearly unstable and transition to turbulence for small but finite perturbations at high Reynolds number. This is so-called Sommerfeld paradox. One resolution of this paradox is to study the transition threshold problem, which is concerned with how much disturbance will lead to the instability of the flow and the dependence of disturbance on the Reynolds number. This work shows that if the initial velocity $v_0$ satisfies $\|v_0-(y,0,0)\|_{H^2}\le c_0{Re}^{-1}$ for some $c_0>0$ independent of $Re$, then the solution of the 3D Navier-Stokes equations is global in time and does not transition away from the Couette flow in the $L^\infty$ sense, and rapidly converges to a streak solution for $t\gg Re^{\frac 13}$ due to the mixing-enhanced dissipation effect. This result confirms the transition threshold conjecture proposed by Trefethen et al.(Science, 261(1993), 578-584). To this end, we develop the resolvent estimate method to establish the space-time estimates for the full linearized Navier-Stokes system around the flow $(V(t,y,z), 0,0)$, where $V(t,y,z)$ is a small perturbation(but independent of $Re$) of the Couette flow $y$.

preprint2016arXiv

Derivative Delay Embedding: Online Modeling of Streaming Time Series

The staggering amount of streaming time series coming from the real world calls for more efficient and effective online modeling solution. For time series modeling, most existing works make some unrealistic assumptions such as the input data is of fixed length or well aligned, which requires extra effort on segmentation or normalization of the raw streaming data. Although some literature claim their approaches to be invariant to data length and misalignment, they are too time-consuming to model a streaming time series in an online manner. We propose a novel and more practical online modeling and classification scheme, DDE-MGM, which does not make any assumptions on the time series while maintaining high efficiency and state-of-the-art performance. The derivative delay embedding (DDE) is developed to incrementally transform time series to the embedding space, where the intrinsic characteristics of data is preserved as recursive patterns regardless of the stream length and misalignment. Then, a non-parametric Markov geographic model (MGM) is proposed to both model and classify the pattern in an online manner. Experimental results demonstrate the effectiveness and superior classification accuracy of the proposed DDE-MGM in an online setting as compared to the state-of-the-art.

preprint2016arXiv

Energy identity for approximate harmonic maps from surface to general targets

Let $u_n$ be a sequence of mappings from a closed Riemannian surface $M$ to a general Riemannian manifold $N$. If $u_n$ satisfies \beno \sup_{n}\big(\|\nabla u_n\|_{L^2(M)}+\|τ(u_n)\|_{L^{p}(M)}\big)\leq Λ\quad \text{for some}\,\,p>1, \eeno where $τ(u_n)$ is the tension field of $u_n$, then there hold the so called energy identity and neckless property during blowing up. This result is sharp by Parker's example, where the tension fields of the mappings from Riemannian surface are bounded in $L^1(M)$ but the energy identity fails.

preprint2016arXiv

Integral control on nonlinear spaces: two extensions

This paper applies the recently developed framework for integral control on nonlinear spaces to two non-standard cases. First, we show that the property of perfect target stabilization in presence of actuation bias holds also if this bias is state dependent. This might not be surprising, but for practical purposes it provides an easy way to robustly cancel nonlinear dynamics of the uncontrolled plant. We specifically illustrate this for robust stabilization of a pendulum at arbitrary angle, a problem posed as non-trivial by some colleagues. Second, as previous work has been restricted to systems with as many control inputs as configuration dimensions, we here provide results for integral control of a non-holonomic system. More precisely, we design robust steering control of a rigid body under velocity bias.

preprint2016arXiv

On the zero-viscosity limit of the Navier-Stokes equations in the half-space

We consider the zero viscosity limit of the incompressible Navier-Stokes equations with non-slip boundary condition in the half-space for the initial vorticity located away from the boundary. By using the vorticity formulation and Cauchy-Kowaleskaya theorem, Maekawa proved the local in time convergence of the Navier-Stokes equations in the half- plane to the Euler equations outside a boundary layer and to the Prandtl equations in the boundary layer. In this paper, we develop the direct energy method to generalize Maekawa's result to the half-space.

preprint2016arXiv

Partially strong transparency conditions and a singular localization method in geometric optics

This paper focuses on the stability analysis of WKB approximate solutions in geometric optics with the absence of strong transparency conditions. We introduce a compatible condition and a singular localization method which allows us to prove the stability of WKB solutions over long time intervals. This compatible condition is weaker than the strong transparency condition. The singular localization method allows us to do delicate analysis near resonances. As an application, we show the long time approximation of Klein-Gordon equations by Schrödinger equations in the non-relativistic limit regime.

preprint2016arXiv

Well-posedness of the linearized Prandtl equation around a non-monotonic shear flow

In this paper, we prove the well-posedness of the linearized Prandtl equation around a non-monotonic shear flow in Gevrey class $2-θ$ for any $θ>0$. This result is almost optimal by the ill-posedness result proved by Gérard-Varet and Dormy, who construct a class of solution with the growth like $e^{\sqrt{k}t}$ for the linearized Prandtl equation around a non-monotonic shear flow.

preprint2015arXiv

Blow-up of critical norms for the 3-D Navier-Stokes equations

Let $u=(u_h,u_3)$ be a smooth solution of the 3-D Navier-Stokes equations in $\R^3\times [0,T)$. It was proved that if $u_3\in L^{\infty}(0,T;\dot{B}^{-1+3/p}_{p,q}(\R^3))$ for $3<p,q<\infty$ and $u_h\in L^{\infty}(0,T; BMO^{-1}(\R^3))$ with $u_h(T)\in VMO^{-1}(\R^3)$, then $u$ can be extended beyond $T$. This result generalizes the recent result proved by Gallagher, Koch and Planchon, which requires $u\in L^{\infty}(0,T;\dot{B}^{-1+3/p}_{p,q}(\R^3))$. Our proof is based on a new interior regularity criterion in terms of one velocity component.

preprint2015arXiv

From the Q-tensor flow for the liquid crystal to the Harmonic map flow

In this paper, we consider the solutions of the relaxed Q-tensor flow in $\R^3$ with small parameter $ε$. Firstly, we show that the limiting map is the so called harmonic map flow; Secondly, we also present a new proof for the global existence of weak solution for the harmonic map flow in three dimensions as in \cite{struwe88} and \cite{keller}, where Ginzburg-Landau approximation approach was used.

preprint2015arXiv

Integral Control on Lie Groups

In this paper, we extend the popular integral control technique to systems evolving on Lie groups. More explicitly, we provide an alternative definition of "integral action" for proportional(-derivative)-controlled systems whose configuration evolves on a nonlinear space, where configuration errors cannot be simply added up to compute a definite integral. We then prove that the proposed integral control allows to cancel the drift induced by a constant bias in both first order (velocity) and second order (torque) control inputs for fully actuated systems evolving on abstract Lie groups. We illustrate the approach by 3-dimensional motion control applications.

preprint2015arXiv

Local well-posedness and break-down criterion of the incompressible Euler equations with free boundary

In this paper, we prove the local well-posedness of the free boundary problem for the incompressible Euler equations in low regularity Sobolev spaces, in which the velocity is a Lipschtiz function and the free surface belongs to $C^{\f32+\varepsilon}$. Moreover, we also present a Beale-Kato-Majda type break-down criterion of smooth solution in terms of the mean curvature of the free surface, the gradient of the velocity and Taylor sign condition.

preprint2015arXiv

On the critical one component regularity for 3-D Navier-Stokes system: general case

Let us consider an initial data $v_0$ for the homogeneous incompressible 3D Navier-Stokes equation with vorticity belonging to $L^{\frac 32}\cap L^2$. We prove that if the solution associated with $v_0$ blows up at a finite time $T^\star$, then for any $p$ in $]4,\infty[$, and any unit vector $e$ of $\R^3$, the $L^p$ norm in time with value in $\dot{H}^{\frac 12+\frac 2 p }$ of $(v|e)_{\R^3}$ blows up at $T^\star$

preprint2014arXiv

Global well-posedness of 3-D inhomogeneous Navier-Stokes equations with ill-prepared initial data

In this paper, we investigate the global well-posedness of 3-D incompressible inhomogeneous Navier-Stokes equations with ill-prepared large initial data which are slowly varying in one space variable, that is, initial data of the form $\bigl(1+\e^{\be}a_0(x_{\rm h},\e x_3),(\ve^{1-\al} v^{\rm h}_0, \ve^{-\al}v_0^3)(x_{\rm h},\e x_3)\bigr)$ for any $\al\in ]0,1/3[,$ $\be>2\al,$ and $\ve$ being sufficiently small. We remark that initial data of this type do not satisfy the smallness conditions in \cite{c-p-z,HPZ3} no matter how small $\e$ is. In particular, this result greatly improves the global well-posedness result in \cite{PZZ3} with the so-called well-prepared initial data.

preprint2014arXiv

Long time well-posdness of Prandtl system with small and analytic initial data

In this paper, we investigate the long time existence and uniqueness of small solution to $d,$ for $d=2,3,$ dimensional Prandtl system with small initial data which is analytic in the horizontal variables. In particular, we prove that $d$ dimensional Prandtl system has a unique solution with the life-span of which is greater than $\e^{-\f43}$ if both the initial data and the value on the boundary of the tangential velocity of the outflow are of size $\e.$ We mention that the tool developed in \cite{Ch04, CGP} to make the analytical type estimates and the special structure of the nonlinear terms to this system play an essential role in the proof of this result.

preprint2013arXiv

Break-down criterion for the water-wave equation

We study the break-down mechanism of smooth solution for the gravity water-wave equation of infinite depth. It is proved that if the mean curvature $κ$ of the free surface $Σ_t$, the trace $(V,B)$ of the velocity at the free surface, and the outer normal derivative $\frac {\pa P} {\pa \textbf{n}}$ of the pressure $P$ satisfy \beno &&\displaystyle\sup_{t\in [0,T]}\|κ(t)\|_{L^p\cap L^2}+\int_0^T\|(\na V, \na B)(t)\|_{L^\infty}^6dt<+\infty, &\displaystyle\inf_{(t,x,y)\in [0,T]\times Σ_t}-\frac {\pa P} {\pa \textbf{n}}(t,x,y)\ge c_0, \eeno for some $p>2d$ and $c_0>0$, then the solution can be extended after $t=T$.

preprint2013arXiv

Global unique solvability of inhomogeneous Navier-Stokes equations with bounded density

In this paper, we prove the global existence and uniqueness of solution to d-dimensional (for $d=2,3$) incompressible inhomogeneous Navier-Stokes equations with initial density being bounded from above and below by some positive constants, and with initial velocity $u_0\in H^s(\R^2)$ for $s>0$ in 2-D, or $u_0\in H^1(\R^3)$ satisfying $|u_0|_{L^2}|\na u_0|_{L^2}$ being sufficiently small in 3-D. This in particular improves the most recent well-posedness result in [10], which requires the initial velocity $u_0\in H^2(\R^d)$ for the local well-posedness result, and a smallness condition on the fluctuation of the initial density for the global well-posedness result.

preprint2013arXiv

On the ill-posedness of the compressible Navier-Stokes equations in the critical Besov spaces

We prove the ill-posedness of the 3-D baratropic Navier-Stokes equation for the initial density and velocity belonging to the critical Besov space $(\dot{B}^{\f 3p}_{p,1}+\barρ,\,\dot{B}^{\f 3p-1}_{p,1})$ for $p>6$ in the sense that a ``norm inflation" happens in finite time, here $\barρ$ is a positive constant. Our argument also shows that the compressible viscous heat-conductive flows is ill-posed for the initial density, velocity and temperature belonging to the critical Besov space $(\dot{B}^{\f 3p}_{p,1}+\barρ,\,\dot{B}^{\f 3p-1}_{p,1},\,\dot{B}^{\f 3p-2}_{p,1})$ for $p>3$. These results shows that the compressible Navier-Stokes equations are ill-posed in the smaller critical spaces compared with the incompressible Navier-Stokes equations.

preprint2012arXiv

On the interior regularity criterion and the number of singular points to the Navier-Stokes equations

We establish some interior regularity criterions of suitable weak solutions for the 3-D Navier-Stokes equations, which allow the vertical part of the velocity to be large under the local scaling invariant norm. As an application, we improve Ladyzhenskaya-Prodi-Serrin's criterion and Escauriza-Seregin-Šverák's criterion. We also show that if weak solution $u$ satisfies $$ \|u(\cdot,t)\|_{L^p}\leq C(-t)^{\frac {3-p}{2p}} $$ for some $3<p<\infty$, then the number of singular points is finite.

preprint2012arXiv

The 2D incompressible Boussinesq equations with general critical dissipation

This paper aims at the global regularity problem concerning the 2D incompressible Boussinesq equations with general critical dissipation. The critical dissipation refers to $α+β=1$ when $Λ^α\equiv (-Δ)^{\fracα{2}}$ and $Λ^β$ represent the fractional Laplacian dissipation in the velocity and the temperature equations, respectively. We establish the global regularity for the general case with $α+β=1$ and $0.9132\approx α_0<α<1$. The cases when $α=1$ and when $α=0$ were previously resolved by Hmidi, Keraani and Rousset \cite{HKR1,HKR2}. The global existence and uniqueness is achieved here by exploiting the global regularity of a generalized critical surface quasi-gesotrophic equation as well as the regularity of a combined quantity of the vorticity and the temperature.

preprint2012arXiv

The small Deborah number limit of the Doi-Onsager equation to the Ericksen-Leslie equation

We present a rigorous derivation of the Ericksen-Leslie equation starting from the Doi-Onsager equation. As in the fluid dynamic limit of the Boltzmann equation, we first make the Hilbert expansion for the solution of the Doi-Onsager equation. The existence of the Hilbert expansion is connected to an open question whether the energy of the Ericksen-Leslie equation is dissipated. We show that the energy is dissipated for the Ericksen-Leslie equation derived from the Doi-Onsager equation. The most difficult step is to prove a uniform bound for the remainder in the Hilbert expansion. This question is connected to the spectral stability of the linearized Doi-Onsager operator around a critical point. By introducing two important auxiliary operators, the detailed spectral information is obtained for the linearized operator around all critical points. However, these are not enough to justify the small Deborah number limit for the inhomogeneous Doi-Onsager equation, since the elastic stress in the velocity equation is also strongly singular. For this, we need to establish a precise lower bound for a bilinear form associated with the linearized operator. In the bilinear form, the interactions between the part inside the kernel and the part outside the kernel of the linearized operator are very complicated. We find a coordinate transform and introduce a five dimensional space called the Maier-Saupe space such that the interactions between two parts can been seen explicitly by a delicate argument of completing the square. However, the lower bound is very weak for the part inside the Maier-Saupe space. In order to apply them to the error estimates, we have to analyze the structure of the singular terms and introduce a suitable energy functional.

preprint2012arXiv

Well-posedness of Hydrodynamics on the Moving Elastic Surface

The dynamics of a membrane is a coupled system comprising a moving elastic surface and an incompressible membrane fluid. We will consider a reduced elastic surface model, which involves the evolution equations of the moving surface, the dynamic equations of the two-dimensional fluid, and the incompressible equation, all of which operate within a curved geometry. In this paper, we prove the local existence and uniqueness of the solution to the reduced elastic surface model by reformulating the model into a new system in the isothermal coordinates. One major difficulty is that of constructing an appropriate iterative scheme such that the limit system is consistent with the original system.

preprint2012arXiv

Well-posedness of the Ericksen-Leslie system

In this paper, we prove the local well-posedness of the Ericksen-Leslie system, and the global well-posednss for small initial data under the physical constrain condition on the Leslie coefficients, which ensures that the energy of the system is dissipated. Instead of the Ginzburg-Landau approximation, we construct an approximate system with the dissipated energy based on a new formulation of the system.

preprint2011arXiv

Large time wellposdness to the 3-D Capillary-Gravity Waves in the long wave regime

In the regime of weakly transverse long waves, given long-wave initial data, we prove that the nondimensionalized water wave system in an infinite strip under influence of gravity and surface tension on the upper free interface has a unique solution on $[0,{T}/\eps]$ for some $\eps$ independent of constant $T.$ We shall prove in the subsequent paper \cite{MZZ2} that on the same time interval, these solutions can be accurately approximated by sums of solutions of two decoupled Kadomtsev-Petviashvili (KP) equations.

preprint2010arXiv

A Beale-Kato-Majda Blow-up criterion for the 3-D compressible Navier-Stokes equations

We prove a blow-up criterion in terms of the upper bound of the density for the strong solution to the 3-D compressible Navier-Stokes equations. The initial vacuum is allowed. The main ingredient of the proof is \textit{a priori} estimate for an important quantity under the assumption that the density is upper bounded, whose divergence can be viewed as the effective viscous flux.

preprint2010arXiv

Well-posedness of the Hele-Shaw-Cahn-Hilliard system

We study the well-posedness of the Hele-Shaw-Cahn-Hilliard system modeling binary fluid flow in porous media with arbitrary viscosity contrast but matched density between the components. For initial data in $H^s, s>\frac{d}{2}+1$, the existence and uniqueness of solution in $C([0, T]; H^s)\cap L^2(0, T; H^{s+2})$ that is global in time in the two dimensional case ($d=2$) and local in time in the three dimensional case ($d=3$) are established. Several blow-up criterions in the three dimensional case are provided as well. One of the tools that we utilized is the Littlewood-Paley theory in order to establish certain key commutator estimates.

preprint2009arXiv

Global well-posedness for the compressible Navier-Stokes equations with the highly oscillating initial velocity

Cannone \cite{Cannone} proved the global well-posedness of the incompressible Navier-Stokes equations for a class of highly oscillating data. In this paper, we prove the global well-posedness for the compressible Navier-Stokes equations in the critical functional framework with the initial data close to a stable equilibrium. Especially, this result allows us to construct global solutions for the highly oscillating initial velocity. The proof relies on a new estimate for the hyperbolic/parabolic system with convection terms.

preprint2008arXiv

Long time Anderson localization for nonlinear random Schroedinger equation

We prove long time Anderson localization for nonlinear random Schroedinger equation in $\ell^2$ by making a Birkoff normal form type transform to creat an energy barrier where there is essentially no mode propagation. One of the new features is that this transform is in a small neighborhood enabling us to treat "rough" data, where there are no moment conditions. The formulation of the present result is inspired by the RAGE theorem.