SearcharxivSearch

arXiv subjects

Abir Bhowmick

Publications and source records attributed to Abir Bhowmick.

6 recordsLinked to original sources

Critical scaling and supercritical coarsening in Active Model B+

We study critical dynamics and phase-ordering kinetics in Active Model B (AMB) and its minimal extension, Active Model B$+$ (AMB$+$), using deterministic simulations in two dimensions. At criticality $r_c=0$, both models display identical mean-field scaling despite nonequilibrium currents, with order-parameter decay with time as $m(t)\sim t^{-α}$, with $α=\frac14$, and dynamical exponent being $z=4$. A generalized equal-area construction yields the binodal densities and phase diagram of AMB$+$. For supercritical quenches, domain size grows as $L(t)\sim t^{1/3}(1+c/\ln t)$, revealing logarithmic corrections to the classic $t^{1/3}$ growth-law; moreover it is consistent with the functional renormalization group predictions for marginal activity in $d=2$. While the logarithmic corrections are quite prominent in AMB, in AMB$+$ they are suppressed as the active current acts against the formation of macro-clusters; the growth is eventually arrested when a long-lived microphase-separated state appears.

cond-mat.stat-mech

Geometric and Nonequilibrium Criticality in Run-and-Tumble Particles with Competing Motility and Attraction

Self-propulsion in run-and-tumble particles (RTPs) generates effective attractive interactions that can drive motility-induced phase separation (MIPS), a phenomenon absent in passive systems. Here, we investigate RTPs in the presence of explicit attractive interactions and show that, at high motility, such interactions can suppress MIPS, yielding a homogeneous phase. Upon further increasing the attraction strength, phase separation reappears, giving rise to a re-entrant transition. We characterize this transition by analyzing the percolation properties of dense clusters, which provide geometric signatures of phase separation. Along the resulting critical line, we find continuously varying critical exponents, while certain scaling functions remain unchanged and coincide with those of equilibrium lattice gas models undergoing interacting percolation, which is in the Ising-percolation universality class. These results reveal that the MIPS transition in interacting RTP systems exhibit Ising superuniversality, thereby establishing a connection between nonequilibrium active matter and classical critical behavior.

cond-mat.stat-mech

Script Identification in Natural Scene Image and Video Frame using Attention based Convolutional-LSTM Network

Script identification plays a significant role in analysing documents and videos. In this paper, we focus on the problem of script identification in scene text images and video scripts. Because of low image quality, complex background and similar layout of characters shared by some scripts like Greek, Latin, etc., text recognition in those cases become challenging. In this paper, we propose a novel method that involves extraction of local and global features using CNN-LSTM framework and weighting them dynamically for script identification. First, we convert the images into patches and feed them into a CNN-LSTM framework. Attention-based patch weights are calculated applying softmax layer after LSTM. Next, we do patch-wise multiplication of these weights with corresponding CNN to yield local features. Global features are also extracted from last cell state of LSTM. We employ a fusion technique which dynamically weights the local and global features for an individual patch. Experiments have been done in four public script identification datasets: SIW-13, CVSI2015, ICDAR-17 and MLe2e. The proposed framework achieves superior results in comparison to conventional methods.

cs.CV

Staff line Removal using Generative Adversarial Networks

Staff line removal is a crucial pre-processing step in Optical Music Recognition. It is a challenging task to simultaneously reduce the noise and also retain the quality of music symbol context in ancient degraded music score images. In this paper we propose a novel approach for staff line removal, based on Generative Adversarial Networks. We convert staff line images into patches and feed them into a U-Net, used as Generator. The Generator intends to produce staff-less images at the output. Then the Discriminator does binary classification and differentiates between the generated fake staff-less image and real ground truth staff less image. For training, we use a Loss function which is a weighted combination of L2 loss and Adversarial loss. L2 loss minimizes the difference between real and fake staff-less image. Adversarial loss helps to retrieve more high quality textures in generated images. Thus our architecture supports solutions which are closer to ground truth and it reflects in our results. For evaluation we consider the ICDAR/GREC 2013 staff removal database. Our method achieves superior performance in comparison to other conventional approaches.

cs.CV

Handwriting Trajectory Recovery using End-to-End Deep Encoder-Decoder Network

In this paper, we introduce a novel technique to recover the pen trajectory of offline characters which is a crucial step for handwritten character recognition. Generally, online acquisition approach has more advantage than its offline counterpart as the online technique keeps track of the pen movement. Hence, pen tip trajectory retrieval from offline text can bridge the gap between online and offline methods. Our proposed framework employs sequence to sequence model which consists of an encoder-decoder LSTM module. Our encoder module consists of Convolutional LSTM network, which takes an offline character image as the input and encodes the feature sequence to a hidden representation. The output of the encoder is fed to a decoder LSTM and we get the successive coordinate points from every time step of the decoder LSTM. Although the sequence to sequence model is a popular paradigm in various computer vision and language translation tasks, the main contribution of our work lies in designing an end-to-end network for a decade old popular problem in Document Image Analysis community. Tamil, Telugu and Devanagari characters of LIPI Toolkit dataset are used for our experiments. Our proposed method has achieved superior performance compared to the other conventional approaches.

cs.CV

Word Level Font-to-Font Image Translation using Convolutional Recurrent Generative Adversarial Networks

Conversion of one font to another font is very useful in real life applications. In this paper, we propose a Convolutional Recurrent Generative model to solve the word level font transfer problem. Our network is able to convert the font style of any printed text images from its current font to the required font. The network is trained end-to-end for the complete word images. Thus it eliminates the necessary pre-processing steps, like character segmentations. We extend our model to conditional setting that helps to learn one-to-many mapping function. We employ a novel convolutional recurrent model architecture in the Generator that efficiently deals with the word images of arbitrary width. It also helps to maintain the consistency of the final images after concatenating the generated image patches of target font. Besides, the Generator and the Discriminator network, we employ a Classification network to classify the generated word images of converted font style to their subsequent font categories. Most of the earlier works related to image translation are performed on square images. Our proposed architecture is the first work which can handle images of varying widths. Word images generally have varying width depending on the number of characters present. Hence, we test our model on a synthetically generated font dataset. We compare our method with some of the state-of-the-art methods for image translation. The superior performance of our network on the same dataset proves the ability of our model to learn the font distributions.

cs.CV