arXiv ScienceSearch

arXiv subjects

Sungjin Kim

Publications and source records attributed to Sungjin Kim.

At least 19 recordsLinked to original sources

Fostering cultural change in research through innovative knowledge sharing, evaluation, and community engagement strategies

Bringing together researchers, funders, industry partners, and publishers from 14 countries across 5 continents, we advance the debate around open-science, assessment and learning. We introduce an integrative "open knowledge system" framework linking knowledge production, validation, assessment, and reuse into one ecosystem view, and translate it into actionable recommendations for each stakeholder. Shifting focus to modular, machine-readable knowledge objects, these recommendations are intended to help diagnose misaligned incentives and guide reforms that properly value all scientific contributions.

cs.SI

On the reciprocal sum of lcm of k-tuples

We prove that the reciprocal sum $S_k(x)$ of the least common multiple of $k\geq 3$ positive integers in $\N\cap [1,x]$ satisfies $$ S_k(x)=P_{2^k-1}(\log x)+O(x^{-\theta_k+\epsilon}) $$ where $P$ is a polynomial of degree $2^k-1$ and $\theta_k=\frac{2^k}{(k+1)^{\frac{k+1}2}}\cdot \frac3{2^k+6k-5}$. This was conjectured in Hilberdink, Luca, and T\'{o}th~\cite[Remark 2.4]{HLT}. We also prove asymptotic formulas for similar sums conjectured there.

math.NT

On the distribution of lcm of k-tuples and related problems

We study the distribution of the least common multiple of positive integers in N\cap [1, x] and related problems. We refine some results of Hilberdink and T\'{o}th (2016). We also give a partial result toward a conjecture of Hilberdink, Luca, and T\'{o}th (2020).

math.NT

Visualizing adverse events in clinical trials using correspondence analysis with R-package visae

We propose to apply stacked CA using contribution biplots as a tool to explore differences in AE data among treatments in clinical trials. We defined five levels of refinement for the analysis based on data derived from the Common Terminology Criteria for Adverse Events (CTCAE) grades, domains, terms and their combinations. In addition, we developed a Shiny app built in an R-package, publicly available on Comprehensive R Archive Network (CRAN), to interactively investigate CA configurations. Data from two randomized controlled trials (RCT) were used to illustrate the proposed methods: NSABP R-04, a neoadjuvant rectal 2x2 factorial trial comparing radiation therapy with either capecitabine (Cape) or 5-fluorouracil (5-FU) alone with or without oxaliplatin (Oxa), and NSABP B-35, a double-blind RCT comparing tamoxifen to anastrozole in postmenopausal women with hormone-positive ductal carcinoma in situ. In the R04 trial (n=1308), CA biplots displayed the discrepancies between single agent treatments and their combinations with Oxa at all levels of AE classes, such that these discrepancies were responsible for the largest portion of the explained variability among treatments. In addition, an interaction effect when adding Oxa to Cape/5-FU was identified when the distance between Cape+Oxa and 5-FU+Oxa was observed to be larger than the distance between 5-FU and Cape, with Cape+Oxa and 5-FU+Oxa in different quadrants of the CA biplots. In the B35 trial (n=3009), CA biplots showed different patterns for non-adherent Anastrozole and Tamoxifen compared with their adherent counterparts. CA with contribution biplot is an effective tool that can be used to summarize AE data in a two-dimensional display while minimizing the loss of information and interpretation.

stat.AP

Collaborative Method for Incremental Learning on Classification and Generation

Although well-trained deep neural networks have shown remarkable performance on numerous tasks, they rapidly forget what they have learned as soon as they begin to learn with additional data with the previous data stop being provided. In this paper, we introduce a novel algorithm, Incremental Class Learning with Attribute Sharing (ICLAS), for incremental class learning with deep neural networks. As one of its component, we also introduce a generative model, incGAN, which can generate images with increased variety compared with the training data. Under challenging environment of data deficiency, ICLAS incrementally trains classification and the generation networks. Since ICLAS trains both networks, our algorithm can perform multiple times of incremental class learning. The experiments on MNIST dataset demonstrate the advantages of our algorithm.

cs.CV

Hide-and-Tell: Learning to Bridge Photo Streams for Visual Storytelling

Visual storytelling is a task of creating a short story based on photo streams. Unlike existing visual captioning, storytelling aims to contain not only factual descriptions, but also human-like narration and semantics. However, the VIST dataset consists only of a small, fixed number of photos per story. Therefore, the main challenge of visual storytelling is to fill in the visual gap between photos with narrative and imaginative story. In this paper, we propose to explicitly learn to imagine a storyline that bridges the visual gap. During training, one or more photos is randomly omitted from the input stack, and we train the network to produce a full plausible story even with missing photo(s). Furthermore, we propose for visual storytelling a hide-and-tell model, which is designed to learn non-local relations across the photo streams and to refine and improve conventional RNN-based models. In experiments, we show that our scheme of hide-and-tell, and the network design are indeed effective at storytelling, and that our model outperforms previous state-of-the-art methods in automatic metrics. Finally, we qualitatively show the learned ability to interpolate storyline over visual gaps.

cs.CV

Gaining Extra Supervision via Multi-task learning for Multi-Modal Video Question Answering

This paper proposes a method to gain extra supervision via multi-task learning for multi-modal video question answering. Multi-modal video question answering is an important task that aims at the joint understanding of vision and language. However, establishing large scale dataset for multi-modal video question answering is expensive and the existing benchmarks are relatively small to provide sufficient supervision. To overcome this challenge, this paper proposes a multi-task learning method which is composed of three main components: (1) multi-modal video question answering network that answers the question based on the both video and subtitle feature, (2) temporal retrieval network that predicts the time in the video clip where the question was generated from and (3) modality alignment network that solves metric learning problem to find correct association of video and subtitle modalities. By simultaneously solving related auxiliary tasks with hierarchically shared intermediate layers, the extra synergistic supervisions are provided. Motivated by curriculum learning, multi task ratio scheduling is proposed to learn easier task earlier to set inductive bias at the beginning of the training. The experiments on publicly available dataset TVQA shows state-of-the-art results, and ablation studies are conducted to prove the statistical validity.

cs.CV

Arbitrary Shape Scene Text Detection with Adaptive Text Region Representation

Scene text detection attracts much attention in computer vision, because it can be widely used in many applications such as real-time text translation, automatic information entry, blind person assistance, robot sensing and so on. Though many methods have been proposed for horizontal and oriented texts, detecting irregular shape texts such as curved texts is still a challenging problem. To solve the problem, we propose a robust scene text detection method with adaptive text region representation. Given an input image, a text region proposal network is first used for extracting text proposals. Then, these proposals are verified and refined with a refinement network. Here, recurrent neural network based adaptive text region representation is proposed for text region refinement, where a pair of boundary points are predicted each time step until no new points are found. In this way, text regions of arbitrary shapes are detected and represented with adaptive number of boundary points. This gives more accurate description of text regions. Experimental results on five benchmarks, namely, CTW1500, TotalText, ICDAR2013, ICDAR2015 and MSRATD500, show that the proposed method achieves state-of-the-art in scene text detection.

cs.CV

Progressive Attention Memory Network for Movie Story Question Answering

This paper proposes the progressive attention memory network (PAMN) for movie story question answering (QA). Movie story QA is challenging compared to VQA in two aspects: (1) pinpointing the temporal parts relevant to answer the question is difficult as the movies are typically longer than an hour, (2) it has both video and subtitle where different questions require different modality to infer the answer. To overcome these challenges, PAMN involves three main features: (1) progressive attention mechanism that utilizes cues from both question and answer to progressively prune out irrelevant temporal parts in memory, (2) dynamic modality fusion that adaptively determines the contribution of each modality for answering the current question, and (3) belief correction answering scheme that successively corrects the prediction score on each candidate answer. Experiments on publicly available benchmark datasets, MovieQA and TVQA, demonstrate that each feature contributes to our movie story QA architecture, PAMN, and improves performance to achieve the state-of-the-art result. Qualitative analysis by visualizing the inference mechanism of PAMN is also provided.

cs.CV

Learning Not to Learn: Training Deep Neural Networks with Biased Data

We propose a novel regularization algorithm to train deep neural networks, in which data at training time is severely biased. Since a neural network efficiently learns data distribution, a network is likely to learn the bias information to categorize input data. It leads to poor performance at test time, if the bias is, in fact, irrelevant to the categorization. In this paper, we formulate a regularization loss based on mutual information between feature embedding and bias. Based on the idea of minimizing this mutual information, we propose an iterative algorithm to unlearn the bias information. We employ an additional network to predict the bias distribution and train the network adversarially against the feature embedding network. At the end of learning, the bias prediction network is not able to predict the bias not because it is poorly trained, but because the feature embedding network successfully unlearns the bias information. We also demonstrate quantitative and qualitative experimental results which show that our algorithm effectively removes the bias information from feature embedding.

cs.CV

A Bayesian seamless phase I-II trial design with two stages for cancer clinical trials with drug combinations

The use of drug combinations in clinical trials is increasingly common during the last years since a more favorable therapeutic response may be obtained by combining drugs. In phase I clinical trials, most of the existing methodology recommends a one unique dose combination as "optimal", which may result in a subsequent failed phase II clinical trial since other dose combinations may present higher treatment efficacy for the same level of toxicity. We are particularly interested in the setting where it is necessary to wait a few cycles of therapy to observe an efficacy outcome and the phase I and II population of patients are different with respect to treatment efficacy. Under these circumstances, it is common practice to implement two-stage designs where a set of maximum tolerated dose combinations is selected in a first stage, and then studied in a second stage for treatment efficacy. In this article we present a new two-stage design for early phase clinical trials with drug combinations. In the first stage, binary toxicity data is used to guide the dose escalation and set the maximum tolerated dose combinations. In the second stage, we take the set of maximum tolerated dose combinations recommended from the first stage, which remains fixed along the entire second stage, and through adaptive randomization, we allocate subsequent cohorts of patients in dose combinations that are likely to have high posterior median time to progression. The methodology is assessed with extensive simulations and exemplified with a real trial.

stat.ME

The average number of divisors of the Euler function

The upper bound and the lower bound of average numbers of divisors of Euler Phi function and Carmichael Lambda function are obtained by Luca and Pomerance (see \cite{LP}). We improve the lower bound and provide a heuristic argument which suggests that the upper bound given by \cite{LP} is indeed close to the truth.

math.NT

On the Second Moment Estimate Involving the $\lambda$-Primitive Roots Modulo $n$

Artin's Conjecture on Primitive Roots states that a non-square nonunit integer $a$ is a primitive root modulo $p$ for the positive proportion of $p$. This conjecture remains open, but on average, there are many results due to P. J. Stephens. There is a natural generalization of the conjecture for composite moduli. We can consider $a$ as the primitive root modulo, $(\mathbb{Z}/n\mathbb{Z})^{*}$ if $a$ is an element of the maximal exponent in the group. The behavior is more complex for composite moduli, and the corresponding average results are provided by S. Li and C. Pomerance, and recently by the author. P. J. Stephens included the second moment results in his work, but for composite moduli, there were no such results previously. We prove that the corresponding second moment results in this case.

math.NT

Explicit constants in averages involving the multiplicative order

Let $a>1$. Denote by $l_a(p)$ the multiplicative order of $a$ modulo $p$. We look for an estimate of sum of $\frac{l_a(p)}{p-1}$ over primes $p\leq x$ on average. When we average over $a\leq N$, we observe a statistic of $C\mathrm{Li}(x)$. P. J. Stephens ~\cite[Theorem 1]{S} proved this statistic for $N>\exp(c_1\sqrt{\log x})$ for some positive constant $c_1$. Upon this result, we give an explicit value of $c_1$. In fact, ~\cite[Theorem 1, 3]{S} hold with $N>\exp(3.42\sqrt{\log x})$, and ~\cite[Theorem 2, 4]{S} hold with $N>\exp(4.8365\sqrt{\log x})$. Also, we improve the range of $y$, from $y\geq \exp((2+\epsilon)\sqrt{\log x\log\log x})$ in ~\cite[Theorem 1]{LP}, to $y > \exp(3.42\sqrt{\log x})$.

math.NT

On the Order of $a$ modulo $n$ on Average

Let $a>1$ be an integer. Denote by $l_a(n)$ the multiplicative order of $a$ modulo integer $n\geq 1$. We prove that there is a positive constant $\delta$ such that if $x^{1-\delta}\log^3 x = o(y)$, then $$ \frac1y \sum_{a<y} \frac1x \sum_{\substack{{a<n<x}\\{(a,n)=1}}}l_a(n) = \frac x{\log x}\exp \left(B\frac{\log\log x}{\log\log\log x}(1+o(1))\right)$$ where $$ B=e^{-\gamma}\prod_p \left(1-\frac 1{(p-1)^2(p+1)}\right).$$ This is an improvement over a statement in Kurlberg and Pomerance (see ~\cite{KP}): $$\frac{1}{x^2} \sum_{a<x} \sum_{a<n<x} l_a(n) = \frac x{\log x} \exp \left(B \frac{\log\log x} {\log\log\log x} (1+o(1)) \right).$$

math.NT

Average Results on the Order of $a$ modulo $p$

Let $a>1$ be an integer. Denote by $l_a(p)$ the multiplicative order of $a$ modulo primes $p$. We prove that if $\frac{x}{\log x\log\log x}=o(y)$, then $$\frac 1 y \sum_{a\leq y}\sum_{p\leq x}\frac{1}{l_a(p)}=\log x + C\log\log x+O\left(\frac x {y \log\log x}\right) $$ which is an improvement over a theorem by Felix ~\cite{Fe}. Additionally, we also prove two other average results If $\log^2 x = o(\psi(x))$ and $x^{1-\delta}\log^3 x = o(y)$, then $$\frac1y \sum_{a \frac{x}{\psi(x)}}}} 1 = \pi(x) + O\left(\frac{x\log x}{\psi(x)}\right) + O\left(\frac{x^{2 - \delta}\log^2 x}y\right).$$ Furthermore, if $x^{1-\delta}\log^3 x = o(y)$, then $$\frac1y\sum_{a<y} \sum_{\substack{{p<x} \\ {p\nmid a}}}l_a(p) = c\textrm{Li}(x^2) + O\left( \frac{x^2}{\log^A x} \right) + O\left(\frac{x^{3 -\delta}\log^2 x}y\right)$$ where $$c = \prod_p \left(1-\frac p{p^3-1}\right).$$

math.NT

Hidden Structural Order in Orthorhombic Tantalum Pentoxide (Ta$_2$O$_5$)

We investigate using first-principles calculations the atomic structure of the orthorhombic phase of Ta$_2$O$_5$. Although this structure has been studied for decades, the correct structural model is controversial owing to the complication of structural disorder. We identify a new low-energy high-symmetry structural model where all Ta and O atoms have correct formal oxidation states of +5 and -2, respectively, and the experimentally reported triangular lattice symmetry of the Ta sublattice appears dynamically at finite temperatures. To understand the complex atomic structure of the Ta$_2$O$_3$ plane, a triangular graph-paper representation is devised and used alongside oxidation state analysis to reveal infinite variations of the low-energy structural model. The structural disorder of Ta$_2$O$_5$ observed in experiments is attributed to the intrinsic structural variations, and oxygen vacancies that drive collective relaxation of the O sublattice.

cond-mat.mtrl-sci

Semimetal-antiferromagnetic insulator transition in graphene induced by biaxial strain

We report first-principles calculations on antiferromagnetic spin ordering in graphene under biaxial strain. Using hybrid functional calculations, we found that semimetallic graphene sheets undergo a transition to antiferromagnetic insulators at a biaxial strain of 7.7% and that the band gap rapidly increases after the onset of this transition before reaching 0.9 eV at a biaxial strain of 12%. We examined the competition of the antiferromagnetic spin ordering with two-dimensional Peierls distortions upon biaxial strain, and found that the preceding antiferromagnetic insulator phase impedes the Peierls insulator phase. The antiferromagnetic insulator phase is destabilized upon carrier filling but robust up to moderate carrier densities. This work indicates that biaxially strained graphene represents a noble system where the electron-electron and electron-lattice interactions compete with each other in a simple but nontrivial way.

cond-mat.mtrl-sci