id float64 706 1.8k | title stringlengths 1 343 | abstract stringlengths 6 6.09k | categories stringlengths 5 125 | processed_abstract stringlengths 2 5.96k | tokenized_abstract stringlengths 8 8.74k | centroid stringlengths 2.1k 2.17k |
|---|---|---|---|---|---|---|
1,803.09567 | The Arches cluster revisited: I. Data presentation and stellar census | Located within the central region of the Galaxy, the Arches cluster appears
to be one of the youngest, densest and most massive stellar aggregates within
the Milky Way. As such it has the potential to be a uniquely instructive
laboratory for the study of star formation in extreme environments and the
physics of very ... | astro-ph.SR astro-ph.GA | located within the central region of the galaxy the arches cluster appears to be one of the youngest densest and most massive stellar aggregates within the milky way as such it has the potential to be a uniquely instructive laboratory for the study of star formation in extreme environments and the physics of very massi... | [['located', 'within', 'the', 'central', 'region', 'of', 'the', 'galaxy', 'the', 'arches', 'cluster', 'appears', 'to', 'be', 'one', 'of', 'the', 'youngest', 'densest', 'and', 'most', 'massive', 'stellar', 'aggregates', 'within', 'the', 'milky', 'way', 'as', 'such', 'it', 'has', 'the', 'potential', 'to', 'be', 'a', 'uni... | [-0.06978973088759585, 0.09383475937978002, -0.08023000966281967, 0.09690752244762521, -0.11585936343944664, -0.05812457206507101, 0.09517799736353971, 0.37798184164343995, -0.1770488842296974, -0.35574508703426055, 0.06127439460722096, -0.2646767891347858, -0.05611291049248109, 0.1773105074151201, -0.0397358449418073,... |
1,803.09568 | Low Mach number limit of some staggered schemes for compressible
barotropic flows | In this paper, we study the behaviour at low Mach number of numerical schemes
based on staggered discretizations for the barotropic Navier-Stokes equations.
Three time discretizations are considered: the implicit-in-time scheme and two
non-iterative pressure correction schemes. The last two schemes differ by the
disc... | math.NA math.AP physics.class-ph | in this paper we study the behaviour at low mach number of numerical schemes based on staggered discretizations for the barotropic navierstokes equations three time discretizations are considered the implicitintime scheme and two noniterative pressure correction schemes the last two schemes differ by the discretization... | [['in', 'this', 'paper', 'we', 'study', 'the', 'behaviour', 'at', 'low', 'mach', 'number', 'of', 'numerical', 'schemes', 'based', 'on', 'staggered', 'discretizations', 'for', 'the', 'barotropic', 'navierstokes', 'equations', 'three', 'time', 'discretizations', 'are', 'considered', 'the', 'implicitintime', 'scheme', 'an... | [-0.17512151386614863, 0.09833833004732231, -0.1008742201448112, 0.042090167959832905, -0.02251041341748844, -0.13974734849355125, 0.033892833605779896, 0.32917814654252536, -0.2798872500351936, -0.26571573893103256, 0.14119394876071417, -0.20548521794730445, -0.09151513721318459, 0.19848672496610797, -0.05621413738870... |
1,803.09569 | On Regularized Losses for Weakly-supervised CNN Segmentation | Minimization of regularized losses is a principled approach to weak
supervision well-established in deep learning, in general. However, it is
largely overlooked in semantic segmentation currently dominated by methods
mimicking full supervision via "fake" fully-labeled training masks (proposals)
generated from availab... | cs.CV | minimization of regularized losses is a principled approach to weak supervision wellestablished in deep learning in general however it is largely overlooked in semantic segmentation currently dominated by methods mimicking full supervision via fake fullylabeled training masks proposals generated from available partial ... | [['minimization', 'of', 'regularized', 'losses', 'is', 'a', 'principled', 'approach', 'to', 'weak', 'supervision', 'wellestablished', 'in', 'deep', 'learning', 'in', 'general', 'however', 'it', 'is', 'largely', 'overlooked', 'in', 'semantic', 'segmentation', 'currently', 'dominated', 'by', 'methods', 'mimicking', 'full... | [0.008866461753475328, -0.02531916986331872, -0.006882377107568244, 0.10228720969513905, -0.13010550351773806, -0.15614991585875973, 0.041117971200753556, 0.4837825631504839, -0.2670251219500358, -0.3498378127800129, 0.043060604386289225, -0.264886595023109, -0.15836805585484476, 0.16196253345057315, -0.157102142082500... |
1,803.0957 | Encodings of Bounded Synthesis | The reactive synthesis problem is to compute a system satisfying a given
specification in temporal logic. Bounded synthesis is the approach to bound the
maximum size of the system that we accept as a solution to the reactive
synthesis problem. As a result, bounded synthesis is decidable whenever the
corresponding ver... | cs.LO | the reactive synthesis problem is to compute a system satisfying a given specification in temporal logic bounded synthesis is the approach to bound the maximum size of the system that we accept as a solution to the reactive synthesis problem as a result bounded synthesis is decidable whenever the corresponding verifica... | [['the', 'reactive', 'synthesis', 'problem', 'is', 'to', 'compute', 'a', 'system', 'satisfying', 'a', 'given', 'specification', 'in', 'temporal', 'logic', 'bounded', 'synthesis', 'is', 'the', 'approach', 'to', 'bound', 'the', 'maximum', 'size', 'of', 'the', 'system', 'that', 'we', 'accept', 'as', 'a', 'solution', 'to',... | [-0.0858195125600865, 0.025452125983228956, -0.03394833534818004, 0.10703301089002736, -0.09321399523615442, -0.16746543589782306, 0.06560775571165202, 0.3636776573078894, -0.35164993229721275, -0.3480109743103779, 0.12750390566030528, -0.2406976643934964, -0.1142233611163363, 0.2157937204760928, -0.09414016971958705, ... |
1,803.09571 | Source Code Optimization using Equivalent Mutants | A mutant is a program obtained by syntactically modifying a program's source
code; an equivalent mutant is a mutant, which is functionally equivalent to the
original program. Mutants are primarily used in \emph{mutation testing}, and
when deriving a test suite, obtaining an equivalent mutant is considered to be
highl... | cs.SE | a mutant is a program obtained by syntactically modifying a programs source code an equivalent mutant is a mutant which is functionally equivalent to the original program mutants are primarily used in emphmutation testing and when deriving a test suite obtaining an equivalent mutant is considered to be highly negative ... | [['a', 'mutant', 'is', 'a', 'program', 'obtained', 'by', 'syntactically', 'modifying', 'a', 'programs', 'source', 'code', 'an', 'equivalent', 'mutant', 'is', 'a', 'mutant', 'which', 'is', 'functionally', 'equivalent', 'to', 'the', 'original', 'program', 'mutants', 'are', 'primarily', 'used', 'in', 'emphmutation', 'test... | [-0.06377544123905762, -0.03584266467846141, -0.09743225675386687, 0.13032277699191278, -0.0743980048169356, -0.30020523180590114, 0.035280185243512584, 0.4217113442460282, -0.26136198709072134, -0.28821470818365924, 0.08555970660462561, -0.21481237687920737, -0.13467098122075388, 0.2703197913360782, -0.103096300050512... |
1,803.09572 | Von Karman-Howarth equation for Hall magnetohydrodynamics: Hybrid
simulations | A dynamical vectorial equation for homogeneous incompressible Hall-MHD
turbulence together with the exact scaling law for third-order correlation
tensors, analogous to that for the incompressible MHD, is rederived and applied
to the results of two-dimensional hybrid simulations of plasma turbulence. At
large (MHD) sc... | physics.space-ph astro-ph.SR physics.plasm-ph | a dynamical vectorial equation for homogeneous incompressible hallmhd turbulence together with the exact scaling law for thirdorder correlation tensors analogous to that for the incompressible mhd is rederived and applied to the results of twodimensional hybrid simulations of plasma turbulence at large mhd scales the s... | [['a', 'dynamical', 'vectorial', 'equation', 'for', 'homogeneous', 'incompressible', 'hallmhd', 'turbulence', 'together', 'with', 'the', 'exact', 'scaling', 'law', 'for', 'thirdorder', 'correlation', 'tensors', 'analogous', 'to', 'that', 'for', 'the', 'incompressible', 'mhd', 'is', 'rederived', 'and', 'applied', 'to', ... | [-0.15483510404050171, 0.19696836756089423, -0.07349633748566553, 0.08963905846200124, -0.027820124442382934, -0.11984710127261965, -0.08118796436600897, 0.27497871064466156, -0.2836342379400963, -0.27992710735240617, 0.04857009493072887, -0.2416073541947934, -0.06181315820798125, 0.21651774800975795, 0.049982935694135... |
1,803.09573 | Colouring set families without monochromatic k-chains | A coloured version of classic extremal problems dates back to Erd\H{o}s and
Rothschild, who in 1974 asked which $n$-vertex graph has the maximum number of
2-edge-colourings without monochromatic triangles. They conjectured that the
answer is simply given by the largest triangle-free graph. Since then, this new
class ... | math.CO | a coloured version of classic extremal problems dates back to erdhos and rothschild who in 1974 asked which nvertex graph has the maximum number of 2edgecolourings without monochromatic triangles they conjectured that the answer is simply given by the largest trianglefree graph since then this new class of coloured ext... | [['a', 'coloured', 'version', 'of', 'classic', 'extremal', 'problems', 'dates', 'back', 'to', 'erdhos', 'and', 'rothschild', 'who', 'in', '1974', 'asked', 'which', 'nvertex', 'graph', 'has', 'the', 'maximum', 'number', 'of', '2edgecolourings', 'without', 'monochromatic', 'triangles', 'they', 'conjectured', 'that', 'the... | [-0.13050925161700414, 0.11613236767888663, -0.02887918844094707, 0.04923649106790143, -0.06555295928942355, -0.11107385293607823, 0.06268460491545531, 0.31254124104410236, -0.266701439891163, -0.3192772448678332, 0.07786665307371524, -0.33873286163597777, -0.11588760430169597, 0.16304118241515686, -0.13895672345016566... |
1,803.09574 | Long short-term memory and learning-to-learn in networks of spiking
neurons | Recurrent networks of spiking neurons (RSNNs) underlie the astounding
computing and learning capabilities of the brain. But computing and learning
capabilities of RSNN models have remained poor, at least in comparison with
artificial neural networks (ANNs). We address two possible reasons for that.
One is that RSNNs ... | cs.NE q-bio.NC | recurrent networks of spiking neurons rsnns underlie the astounding computing and learning capabilities of the brain but computing and learning capabilities of rsnn models have remained poor at least in comparison with artificial neural networks anns we address two possible reasons for that one is that rsnns in the bra... | [['recurrent', 'networks', 'of', 'spiking', 'neurons', 'rsnns', 'underlie', 'the', 'astounding', 'computing', 'and', 'learning', 'capabilities', 'of', 'the', 'brain', 'but', 'computing', 'and', 'learning', 'capabilities', 'of', 'rsnn', 'models', 'have', 'remained', 'poor', 'at', 'least', 'in', 'comparison', 'with', 'ar... | [-0.04992587908687394, 0.07818884085998803, -0.04346591695313058, 0.07137746479263471, -0.09224786535850253, -0.1973544597928159, 0.049717335688436164, 0.46641160437391826, -0.29214095786902244, -0.31903585223346087, 0.06899728617239473, -0.2273280359905861, -0.27278746657683095, 0.17854651345671457, -0.103078371598435... |
1,803.09575 | Testing the capability of low-energy light ions identification of the
TRACE silicon detectors | The in-beam tests of two Si pixel type TRACE detectors have been performed at
Laboratori Nazionali di Legnaro (Italy). The aim was to investigate the
possibility of identifying heavy-ion reactions products with mass A~10 at low
kinetic energy, i.e., around 10 MeV. Two separate read-out chains, digital and
analog, wer... | physics.ins-det | the inbeam tests of two si pixel type trace detectors have been performed at laboratori nazionali di legnaro italy the aim was to investigate the possibility of identifying heavyion reactions products with mass a10 at low kinetic energy ie around 10 mev two separate readout chains digital and analog were used the pulse... | [['the', 'inbeam', 'tests', 'of', 'two', 'si', 'pixel', 'type', 'trace', 'detectors', 'have', 'been', 'performed', 'at', 'laboratori', 'nazionali', 'di', 'legnaro', 'italy', 'the', 'aim', 'was', 'to', 'investigate', 'the', 'possibility', 'of', 'identifying', 'heavyion', 'reactions', 'products', 'with', 'mass', 'a10', '... | [-0.05761045168453295, 0.15607164256341224, -0.05174213304417208, 0.08762877580738859, 0.006807972163057586, -0.1326189786154178, 0.01184886647388339, 0.34816584087301244, -0.20150728173653729, -0.38522369218740743, 0.10285348123163983, -0.34008123036515564, 0.02860529867965462, 0.19619631122830988, 0.00048802018968022... |
1,803.09576 | Dushnik-Miller dimension of TD-Delaunay complexes | TD-Delaunay graphs, where TD stands for triangular distance, is a variation
of the classical Delaunay triangulations obtained from a specific convex
distance function. Bonichon et. al. noticed that every triangulation is the
TD-Delaunay graph of a set of points in $\mathbb{R}^2$, and conversely every
TD-Delaunay grap... | cs.DM math.CO | tddelaunay graphs where td stands for triangular distance is a variation of the classical delaunay triangulations obtained from a specific convex distance function bonichon et al noticed that every triangulation is the tddelaunay graph of a set of points in mathbbr2 and conversely every tddelaunay graph is planar it se... | [['tddelaunay', 'graphs', 'where', 'td', 'stands', 'for', 'triangular', 'distance', 'is', 'a', 'variation', 'of', 'the', 'classical', 'delaunay', 'triangulations', 'obtained', 'from', 'a', 'specific', 'convex', 'distance', 'function', 'bonichon', 'et', 'al', 'noticed', 'that', 'every', 'triangulation', 'is', 'the', 'td... | [-0.1216428183110022, 0.0882909788336743, -0.061938346560469, 0.0516168298947481, -0.06484224561723025, -0.15415781697758088, 0.018652995586455837, 0.34423851606443645, -0.2581926091702852, -0.2562932096292999, 0.08420740196204979, -0.2890636781363074, -0.18571585902330898, 0.1675811173182314, -0.13659774070620778, 0.0... |
1,803.09577 | Discrete Morse theory for the collapsibility of supremum sections | The Dushnik-Miller dimension of a poset $\le$ is the minimal number $d$ of
linear extensions $\le_1, \ldots , \le_d$ of $\le$ such that $\le$ is the
intersection of $\le_1, \ldots , \le_d$. Supremum sections are simplicial
complexes introduced by Scarf and are linked to the Dushnik-Miller as follows:
the inclusion po... | cs.DM math.CO | the dushnikmiller dimension of a poset le is the minimal number d of linear extensions le_1 ldots le_d of le such that le is the intersection of le_1 ldots le_d supremum sections are simplicial complexes introduced by scarf and are linked to the dushnikmiller as follows the inclusion poset of a simplicial complex is of... | [['the', 'dushnikmiller', 'dimension', 'of', 'a', 'poset', 'le', 'is', 'the', 'minimal', 'number', 'd', 'of', 'linear', 'extensions', 'le_1', 'ldots', 'le_d', 'of', 'le', 'such', 'that', 'le', 'is', 'the', 'intersection', 'of', 'le_1', 'ldots', 'le_d', 'supremum', 'sections', 'are', 'simplicial', 'complexes', 'introduc... | [-0.1291111802354201, 0.11782316505118753, -0.06714996566050545, 0.07384814991206495, -0.058851672509318276, -0.1343512098431926, -0.062379713012364155, 0.30863521688716544, -0.3011428441967644, -0.18675320142188645, 0.06804362217415914, -0.3085204487892263, -0.15171285981143062, 0.13374613433949312, -0.139551798188635... |
1,803.09578 | Why Comparing Single Performance Scores Does Not Allow to Draw
Conclusions About Machine Learning Approaches | Developing state-of-the-art approaches for specific tasks is a major driving
force in our research community. Depending on the prestige of the task,
publishing it can come along with a lot of visibility. The question arises how
reliable are our evaluation methodologies to compare approaches?
One common methodology ... | cs.LG cs.AI cs.CL stat.ML | developing stateoftheart approaches for specific tasks is a major driving force in our research community depending on the prestige of the task publishing it can come along with a lot of visibility the question arises how reliable are our evaluation methodologies to compare approaches one common methodology to identify... | [['developing', 'stateoftheart', 'approaches', 'for', 'specific', 'tasks', 'is', 'a', 'major', 'driving', 'force', 'in', 'our', 'research', 'community', 'depending', 'on', 'the', 'prestige', 'of', 'the', 'task', 'publishing', 'it', 'can', 'come', 'along', 'with', 'a', 'lot', 'of', 'visibility', 'the', 'question', 'aris... | [-0.051192287219843514, -0.0013650151271867115, -0.0913567928069363, 0.1048707565196523, -0.09500069593892656, -0.16636599616711617, 0.09076105095577282, 0.4156373777369938, -0.18494417025825718, -0.34264192810121424, 0.07933895476941269, -0.309194199421701, -0.12921915124301656, 0.2438278414687238, -0.127477869941818,... |
1,803.09579 | Schramm-Loewner evolution with Lie superalgebra symmetry | We propose a generalization of Schramm-Loewner evolution (SLE) that has
internal degrees of freedom described by an affine Lie superalgebra. We give a
general formulation of SLE corresponding to representation theory of an affine
Lie superalgebra whose underlying finite dimensional Lie superalgebra is basic
classical... | math-ph cond-mat.stat-mech math.MP math.PR math.QA math.RT | we propose a generalization of schrammloewner evolution sle that has internal degrees of freedom described by an affine lie superalgebra we give a general formulation of sle corresponding to representation theory of an affine lie superalgebra whose underlying finite dimensional lie superalgebra is basic classical type ... | [['we', 'propose', 'a', 'generalization', 'of', 'schrammloewner', 'evolution', 'sle', 'that', 'has', 'internal', 'degrees', 'of', 'freedom', 'described', 'by', 'an', 'affine', 'lie', 'superalgebra', 'we', 'give', 'a', 'general', 'formulation', 'of', 'sle', 'corresponding', 'to', 'representation', 'theory', 'of', 'an', ... | [-0.14672979176695267, 0.07128587383138722, -0.07883687005995448, 0.0018861867650131505, -0.18312989937208862, -0.14985970915463495, -0.029112476716659605, 0.3060602949727439, -0.350594165858375, -0.22457450879625526, 0.11225560254204166, -0.19691167437437787, -0.19871313748769012, 0.14487399850938334, -0.1324547960711... |
1,803.0958 | Finite horizon risk-sensitive continuous-time Markov decision processes
with unbounded transition and cost rates | We consider a risk-sensitive continuous-time Markov decision process over a
finite time duration. Under the conditions that can be satisfied by unbounded
transition and cost rates, we show the existence of an optimal policy, and the
existence and uniqueness of the solution to the optimality equation out of a
class of... | math.OC | we consider a risksensitive continuoustime markov decision process over a finite time duration under the conditions that can be satisfied by unbounded transition and cost rates we show the existence of an optimal policy and the existence and uniqueness of the solution to the optimality equation out of a class of possib... | [['we', 'consider', 'a', 'risksensitive', 'continuoustime', 'markov', 'decision', 'process', 'over', 'a', 'finite', 'time', 'duration', 'under', 'the', 'conditions', 'that', 'can', 'be', 'satisfied', 'by', 'unbounded', 'transition', 'and', 'cost', 'rates', 'we', 'show', 'the', 'existence', 'of', 'an', 'optimal', 'polic... | [-0.13475718435802264, 0.08191828308395088, -0.11395133618498221, 0.11356270999127105, -0.09277231379746809, -0.13001037216599798, 0.121860086437664, 0.39559541520429775, -0.31748081580735743, -0.20659671719477046, 0.18830792643348104, -0.192089455522364, -0.1155046290368773, 0.1910041437986365, -0.0896148784813704, 0.... |
1,803.09581 | Photophysics of pentacene-doped picene thin films | Here were report a study of picene nano-cristalline thin films doped with
pentacene molecules. The thin films were grown by supersonic molecular beam
deposition with a doping concentration that ranges between less than one
molecules of pentacene every 104 picene molecules up to about one molecule of
pentacene every 1... | cond-mat.mtrl-sci | here were report a study of picene nanocristalline thin films doped with pentacene molecules the thin films were grown by supersonic molecular beam deposition with a doping concentration that ranges between less than one molecules of pentacene every 104 picene molecules up to about one molecule of pentacene every 102 o... | [['here', 'were', 'report', 'a', 'study', 'of', 'picene', 'nanocristalline', 'thin', 'films', 'doped', 'with', 'pentacene', 'molecules', 'the', 'thin', 'films', 'were', 'grown', 'by', 'supersonic', 'molecular', 'beam', 'deposition', 'with', 'a', 'doping', 'concentration', 'that', 'ranges', 'between', 'less', 'than', 'o... | [-0.0794049566289051, 0.15645511684036695, -0.01684236915007862, -0.04997583514946255, 0.043257862228496244, -0.15100407600122312, 0.08637819776146011, 0.4622510793921818, -0.24088428016886654, -0.32318620277142307, -0.018196648559028125, -0.3359081479040513, -0.07285964069958126, 0.19382238509245667, 0.039772619788551... |
1,803.09582 | On accumulation points of volumes of log surfaces | Let $\mathcal C\subset(0,1]$ be a set satisfying the descending chain
condition. We show that any accumulation point of volumes of log canonical
surfaces $(X, B)$ with coefficients in $\mathcal C$ can be realized as the
volume of a log canonical surface with big and nef $K_X+B$ and coefficients in
$\overline{\mathcal... | math.AG | let mathcal csubset01 be a set satisfying the descending chain condition we show that any accumulation point of volumes of log canonical surfaces x b with coefficients in mathcal c can be realized as the volume of a log canonical surface with big and nef k_xb and coefficients in overlinemathcal ccup1 with at least one ... | [['let', 'mathcal', 'csubset01', 'be', 'a', 'set', 'satisfying', 'the', 'descending', 'chain', 'condition', 'we', 'show', 'that', 'any', 'accumulation', 'point', 'of', 'volumes', 'of', 'log', 'canonical', 'surfaces', 'x', 'b', 'with', 'coefficients', 'in', 'mathcal', 'c', 'can', 'be', 'realized', 'as', 'the', 'volume',... | [-0.1714897662985753, 0.12841810581294147, -0.05289410767913301, 0.0004963771244411931, -0.002449267826221408, -0.16930516888486577, 0.03588749455694268, 0.29840415801872755, -0.3194311613296258, -0.20400131178494701, 0.0966316740476883, -0.3275644183530413, -0.11174504500516552, 0.21558787465154966, -0.096150373851761... |
1,803.09583 | Electrical energy prediction study case based on neural networks | This paper presents some considerations regarding the prediction of the
electrical energy consumption. It is well known that the central element of a
microeconomic analysis is represented by the economical agents actions, actions
that follow their own interest such as: the consumer maximization of his
satisfaction, t... | cs.SY | this paper presents some considerations regarding the prediction of the electrical energy consumption it is well known that the central element of a microeconomic analysis is represented by the economical agents actions actions that follow their own interest such as the consumer maximization of his satisfaction the pro... | [['this', 'paper', 'presents', 'some', 'considerations', 'regarding', 'the', 'prediction', 'of', 'the', 'electrical', 'energy', 'consumption', 'it', 'is', 'well', 'known', 'that', 'the', 'central', 'element', 'of', 'a', 'microeconomic', 'analysis', 'is', 'represented', 'by', 'the', 'economical', 'agents', 'actions', 'a... | [-0.09712092968826459, 0.023630431288312072, -0.031099795066251955, 0.06497952649030612, -0.06993554878535847, -0.126901863614677, 0.07197217435563687, 0.37737921965832744, -0.2502010374989928, -0.3079737548204447, 0.12079338198034278, -0.2830619405591182, -0.16512258988589246, 0.17374346458309928, -0.1258074806803461,... |
1,803.09584 | Crossing the Architectural Barrier: Evaluating Representative Regions of
Parallel HPC Applications | Exascale computing will get mankind closer to solving important social,
scientific and engineering problems. Due to high prototyping costs, High
Performance Computing (HPC) system architects make use of simulation models for
design space exploration and hardware-software co-design. However, as HPC
systems reach exasc... | cs.PF cs.AR cs.DC | exascale computing will get mankind closer to solving important social scientific and engineering problems due to high prototyping costs high performance computing hpc system architects make use of simulation models for design space exploration and hardwaresoftware codesign however as hpc systems reach exascale proport... | [['exascale', 'computing', 'will', 'get', 'mankind', 'closer', 'to', 'solving', 'important', 'social', 'scientific', 'and', 'engineering', 'problems', 'due', 'to', 'high', 'prototyping', 'costs', 'high', 'performance', 'computing', 'hpc', 'system', 'architects', 'make', 'use', 'of', 'simulation', 'models', 'for', 'desi... | [-0.10929946331210279, 0.03714775702921239, -0.033942051364041013, 0.04413556308403107, -0.08434698519219334, -0.14022419540803335, 0.05214506850582742, 0.4127219047465284, -0.2595515301388029, -0.396278273993327, 0.13703639568120707, -0.22582041933492292, -0.12073996372540326, 0.292004407706069, -0.09206350510794437, ... |
1,803.09585 | Secure Web Access Control Algorithm | The paper presents a flexible and efficient method to secure the access to a
Web site implemented in PHP script language. The algorithm is based on the PHP
session mechanism. The proposed method is a general one and offers the
possibility to implement a PHP based secured access to a Web site, through a
portal page an... | cs.CR | the paper presents a flexible and efficient method to secure the access to a web site implemented in php script language the algorithm is based on the php session mechanism the proposed method is a general one and offers the possibility to implement a php based secured access to a web site through a portal page and usi... | [['the', 'paper', 'presents', 'a', 'flexible', 'and', 'efficient', 'method', 'to', 'secure', 'the', 'access', 'to', 'a', 'web', 'site', 'implemented', 'in', 'php', 'script', 'language', 'the', 'algorithm', 'is', 'based', 'on', 'the', 'php', 'session', 'mechanism', 'the', 'proposed', 'method', 'is', 'a', 'general', 'one... | [-0.14829076356861903, -0.04415533639368495, -0.08093015689645773, 0.055253047346765095, -0.16634257885870402, -0.23753026533750413, 0.1455043222547671, 0.4050276687308012, -0.24139888408472357, -0.306932657957077, 0.10698750195139006, -0.22098432369935123, -0.09352817710327066, 0.21513769747284445, -0.0400668025603922... |
1,803.09586 | A One-Dimensional Peridynamic Model of Defect Propagation and its
Relation to Certain Other Continuum Models | The peridynamic model of a solid does not involve spatial gradients of the
displacement field and is therefore well suited for studying defect
propagation. Here, bond-based peridynamic theory is used to study the
equilibrium and steady propagation of a lattice defect -- a kink -- in one
dimension. The material transf... | physics.comp-ph cond-mat.mtrl-sci | the peridynamic model of a solid does not involve spatial gradients of the displacement field and is therefore well suited for studying defect propagation here bondbased peridynamic theory is used to study the equilibrium and steady propagation of a lattice defect a kink in one dimension the material transforms locally... | [['the', 'peridynamic', 'model', 'of', 'a', 'solid', 'does', 'not', 'involve', 'spatial', 'gradients', 'of', 'the', 'displacement', 'field', 'and', 'is', 'therefore', 'well', 'suited', 'for', 'studying', 'defect', 'propagation', 'here', 'bondbased', 'peridynamic', 'theory', 'is', 'used', 'to', 'study', 'the', 'equilibr... | [-0.09535746993418089, 0.12805979474747586, -0.10810899993504719, 0.09894099071264098, -0.05471456063763991, -0.1452959095223907, -0.010211921790956735, 0.33985569665871435, -0.2905347195722289, -0.24054510189788575, 0.10920698654977341, -0.2514542459936465, -0.15589899917811914, 0.20136998827164035, 0.0103977443124193... |
1,803.09587 | Evaluation of Session-based Recommendation Algorithms | Recommender systems help users find relevant items of interest, for example
on e-commerce or media streaming sites. Most academic research is concerned
with approaches that personalize the recommendations according to long-term
user profiles. In many real-world applications, however, such long-term
profiles often do ... | cs.IR cs.AI cs.LG cs.NE | recommender systems help users find relevant items of interest for example on ecommerce or media streaming sites most academic research is concerned with approaches that personalize the recommendations according to longterm user profiles in many realworld applications however such longterm profiles often do not exist a... | [['recommender', 'systems', 'help', 'users', 'find', 'relevant', 'items', 'of', 'interest', 'for', 'example', 'on', 'ecommerce', 'or', 'media', 'streaming', 'sites', 'most', 'academic', 'research', 'is', 'concerned', 'with', 'approaches', 'that', 'personalize', 'the', 'recommendations', 'according', 'to', 'longterm', '... | [-0.06509127944634573, -0.0014722879302469126, -0.030145538858724414, 0.07954657180865372, -0.1232187226393122, -0.16174082252783356, 0.06623698326789222, 0.44613981651383694, -0.20618142720222413, -0.32799149361973695, 0.11926938313451872, -0.3040836940312551, -0.21121754588319971, 0.2652811421845669, -0.0856251425101... |
1,803.09588 | Efficient Image Dataset Classification Difficulty Estimation for
Predicting Deep-Learning Accuracy | In the deep-learning community new algorithms are published at an incredible
pace. Therefore, solving an image classification problem for new datasets
becomes a challenging task, as it requires to re-evaluate published algorithms
and their different configurations in order to find a close to optimal
classifier. To fa... | cs.CV | in the deeplearning community new algorithms are published at an incredible pace therefore solving an image classification problem for new datasets becomes a challenging task as it requires to reevaluate published algorithms and their different configurations in order to find a close to optimal classifier to facilitate... | [['in', 'the', 'deeplearning', 'community', 'new', 'algorithms', 'are', 'published', 'at', 'an', 'incredible', 'pace', 'therefore', 'solving', 'an', 'image', 'classification', 'problem', 'for', 'new', 'datasets', 'becomes', 'a', 'challenging', 'task', 'as', 'it', 'requires', 'to', 'reevaluate', 'published', 'algorithms... | [-0.060658077028983064, -0.0326508145898966, -0.052491555146935605, 0.06967765776772933, -0.12088276446256943, -0.16496573450403804, 0.07785924700550548, 0.44695436362051916, -0.27179052426378014, -0.39946645002092135, 0.07775676897981305, -0.23728395615774794, -0.1562236069722156, 0.23825160367940182, -0.0928075505456... |
1,803.09589 | Characterization of the Multi-Blade 10B-based detector at the CRISP
reflectometer at ISIS for neutron reflectometry at ESS | The Multi-Blade is a Boron-10-based gaseous thermal neutron detector
developed to face the challenge arising in neutron reflectometry at neutron
sources. Neutron reflectometers are challenging instruments in terms of
instantaneous counting rate and spatial resolution. This detector has been
designed according to the ... | physics.ins-det | the multiblade is a boron10based gaseous thermal neutron detector developed to face the challenge arising in neutron reflectometry at neutron sources neutron reflectometers are challenging instruments in terms of instantaneous counting rate and spatial resolution this detector has been designed according to the require... | [['the', 'multiblade', 'is', 'a', 'boron10based', 'gaseous', 'thermal', 'neutron', 'detector', 'developed', 'to', 'face', 'the', 'challenge', 'arising', 'in', 'neutron', 'reflectometry', 'at', 'neutron', 'sources', 'neutron', 'reflectometers', 'are', 'challenging', 'instruments', 'in', 'terms', 'of', 'instantaneous', '... | [-0.03556116709792563, 0.11628458460009741, -0.08627491240622476, 0.07270764403272717, -0.05509155010804534, -0.08725891323146326, -0.014731339949569454, 0.3610580906600014, -0.16105075743557376, -0.3345900662243366, 0.14322119297073435, -0.3587834251600064, 0.04727210292846642, 0.2633504276984075, -0.07235299920747904... |
1,803.0959 | Rule-based Autoregressive Moving Average Models for Forecasting Load on
Special Days: A Case Study for France | This paper presents a case study on short-term load forecasting for France,
with emphasis on special days, such as public holidays. We investigate the
generalisability to French data of a recently proposed approach, which
generates forecasts for normal and special days in a coherent and unified
framework, by incorpor... | stat.AP | this paper presents a case study on shortterm load forecasting for france with emphasis on special days such as public holidays we investigate the generalisability to french data of a recently proposed approach which generates forecasts for normal and special days in a coherent and unified framework by incorporating su... | [['this', 'paper', 'presents', 'a', 'case', 'study', 'on', 'shortterm', 'load', 'forecasting', 'for', 'france', 'with', 'emphasis', 'on', 'special', 'days', 'such', 'as', 'public', 'holidays', 'we', 'investigate', 'the', 'generalisability', 'to', 'french', 'data', 'of', 'a', 'recently', 'proposed', 'approach', 'which',... | [-0.05031002084795518, 0.04753781331495942, -0.09236042871054848, 0.0913075533604514, -0.06559170473858639, -0.16196029496185368, 0.10172688819897635, 0.3914712237094902, -0.184762384502281, -0.31128945425720084, 0.1116394235233677, -0.2580367587211301, -0.18210811839973184, 0.22930089948547597, -0.11961574655033289, 0... |
1,803.09591 | Volume bounds of the Ricci flow on closed manifolds | Let $\{g(t)\}_{t\in [0,T)}$ be the solution of the Ricci flow on a closed
Riemannian manifold $M^n$ with $n\geq 3$. Without any assumption, we derive
lower volume bounds of the form ${\rm Vol}_{g(t)}\geq C (T-t)^{\frac{n}{2}}$,
where $C$ depends only on $n$, $T$ and $g(0)$. In particular, we show that
$${\rm Vol}_{g(... | math.DG | let gt_tin 0t be the solution of the ricci flow on a closed riemannian manifold mn with ngeq 3 without any assumption we derive lower volume bounds of the form rm vol_gtgeq c ttfracn2 where c depends only on n t and g0 in particular we show that rm vol_gt geq e tlambdafracn2 leftfrac4alambdar4btrightfracn2leftttrightfr... | [['let', 'gt_tin', '0t', 'be', 'the', 'solution', 'of', 'the', 'ricci', 'flow', 'on', 'a', 'closed', 'riemannian', 'manifold', 'mn', 'with', 'ngeq', '3', 'without', 'any', 'assumption', 'we', 'derive', 'lower', 'volume', 'bounds', 'of', 'the', 'form', 'rm', 'vol_gtgeq', 'c', 'ttfracn2', 'where', 'c', 'depends', 'only',... | [-0.17831374260172847, 0.11840113020402246, -0.011619195807725191, -0.02169805170914125, -0.05030967179586047, -0.21086208807537332, -0.01356084959531602, 0.36543596579784726, -0.23120193686294702, -0.22008928823717205, 0.12644205000313896, -0.31781682349641677, -0.08969992980720624, 0.20806312989693002, -0.03797396632... |
1,803.09592 | Similarity based hierarchical clustering of physiological parameters for
the identification of health states - a feasibility study | This paper introduces a new unsupervised method for the clustering of
physiological data into health states based on their similarity. We propose an
iterative hierarchical clustering approach that combines health states
according to a similarity constraint to new arbitrary health states. We applied
method to experime... | eess.SP cs.CY cs.LG | this paper introduces a new unsupervised method for the clustering of physiological data into health states based on their similarity we propose an iterative hierarchical clustering approach that combines health states according to a similarity constraint to new arbitrary health states we applied method to experimental... | [['this', 'paper', 'introduces', 'a', 'new', 'unsupervised', 'method', 'for', 'the', 'clustering', 'of', 'physiological', 'data', 'into', 'health', 'states', 'based', 'on', 'their', 'similarity', 'we', 'propose', 'an', 'iterative', 'hierarchical', 'clustering', 'approach', 'that', 'combines', 'health', 'states', 'accor... | [-0.06313369386932915, 0.04373096080221499, -0.16221806639805436, 0.06701430391102028, -0.07327749664653782, -0.11742570629791806, 0.10732511336229639, 0.39239315912817363, -0.2400374628034317, -0.3423348317699964, 0.06950328295028561, -0.29330901475838833, -0.15502115645601103, 0.18152229343023565, -0.1000766923599359... |
1,803.09593 | Optimal artificial boundary condition for random elliptic media | We are given a uniformly elliptic coefficient field that we regard as a
realization of a stationary and finite-range (say, range unity) ensemble of
coefficient fields. Given a (deterministic) right-hand-side supported in a ball
of size $\ell\gg 1$ and of vanishing average, we are interested in an algorithm
to compute... | math.NA math.AP | we are given a uniformly elliptic coefficient field that we regard as a realization of a stationary and finiterange say range unity ensemble of coefficient fields given a deterministic righthandside supported in a ball of size ellgg 1 and of vanishing average we are interested in an algorithm to compute the gradient of... | [['we', 'are', 'given', 'a', 'uniformly', 'elliptic', 'coefficient', 'field', 'that', 'we', 'regard', 'as', 'a', 'realization', 'of', 'a', 'stationary', 'and', 'finiterange', 'say', 'range', 'unity', 'ensemble', 'of', 'coefficient', 'fields', 'given', 'a', 'deterministic', 'righthandside', 'supported', 'in', 'a', 'ball... | [-0.11450019072597367, 0.0850196339329159, -0.059883546897455946, 0.030429484350962512, -0.05022015668105774, -0.09543042341505902, 0.0745783610125525, 0.3499233418196026, -0.2510826306651224, -0.2558584613130329, 0.13249248112212322, -0.2571286829350154, -0.14206320923787846, 0.20806485571342315, -0.08374280523397222,... |
1,803.09594 | On periodicity of a meromorphic function when sharing two sets IM | In this paper, we have investigated the sufficient conditions for periodicity
of meromorphic functions and obtained two results directly improving the result
of \emph{Bhoosnurmath-Kabbur} \cite{Bho & Kab-2013}, \emph{Qi-Dou-Yang}
\cite{Qi & Dou & Yan-ADE-2012} and \emph{Zhang} \cite{Zha-JMMA-2010}. Let
$\mathcal{S}_{... | math.CV | in this paper we have investigated the sufficient conditions for periodicity of meromorphic functions and obtained two results directly improving the result of emphbhoosnurmathkabbur citebho kab2013 emphqidouyang citeqi dou yanade2012 and emphzhang citezhajmma2010 let mathcals_1leftzdisplaystyleint_0zatantb4dt10right a... | [['in', 'this', 'paper', 'we', 'have', 'investigated', 'the', 'sufficient', 'conditions', 'for', 'periodicity', 'of', 'meromorphic', 'functions', 'and', 'obtained', 'two', 'results', 'directly', 'improving', 'the', 'result', 'of', 'emphbhoosnurmathkabbur', 'citebho', 'kab2013', 'emphqidouyang', 'citeqi', 'dou', 'yanade... | [-0.10028140343652636, 0.07172463060266512, -0.06345980784481428, 0.04116586420351785, -0.05129403706101299, -0.1215639353008466, 0.002399299970563209, 0.3752876389954312, -0.2604108151669304, -0.24692276746545935, 0.13662432771240013, -0.2385721642925751, -0.17742286063274185, 0.23855608446048757, -0.07858977738000891... |
1,803.09595 | FCC-ee polarimeter | Another way to measure electron beam polarization by inverse Compton
scattering
| physics.ins-det physics.acc-ph | another way to measure electron beam polarization by inverse compton scattering | [['another', 'way', 'to', 'measure', 'electron', 'beam', 'polarization', 'by', 'inverse', 'compton', 'scattering']] | [0.0016877749426798387, 0.2680466700006615, -0.10593227415599606, 0.18637128800831057, -0.1035193165933544, -0.16471062261949887, 0.007269736718047749, 0.5307180000977083, -0.41702556813305075, -0.283988393843174, -0.07221597907218066, -0.3525336943566799, 0.08245748755606738, 0.23219537997448986, 0.14535001292824745, ... |
1,803.09596 | A Single Microscopic State to Characterize Ordering Tendency in Discrete
Multicomponent System | Our recent study reveals that macroscopic structure in thermodynamically
equilibrium state and its temperature dependence for classical discrete system
can be well-characterized by a single specially-selected microscopic state
(which we call projection state: PS), whose structure can be known a priori
without any inf... | cond-mat.mtrl-sci | our recent study reveals that macroscopic structure in thermodynamically equilibrium state and its temperature dependence for classical discrete system can be wellcharacterized by a single speciallyselected microscopic state which we call projection state ps whose structure can be known a priori without any information... | [['our', 'recent', 'study', 'reveals', 'that', 'macroscopic', 'structure', 'in', 'thermodynamically', 'equilibrium', 'state', 'and', 'its', 'temperature', 'dependence', 'for', 'classical', 'discrete', 'system', 'can', 'be', 'wellcharacterized', 'by', 'a', 'single', 'speciallyselected', 'microscopic', 'state', 'which', ... | [-0.09964038670725955, 0.11350301931052482, -0.08676160413202981, 0.03196971160944625, -0.03979903979460924, -0.1763514820440429, 0.06745041891407184, 0.37181652066632737, -0.28406062811782834, -0.3195900415240103, 0.07268149977930698, -0.24093629257395643, -0.08933078119499159, 0.17919895420851084, 0.01991848302936282... |
1,803.09597 | One-Shot Segmentation in Clutter | We tackle the problem of one-shot segmentation: finding and segmenting a
previously unseen object in a cluttered scene based on a single instruction
example. We propose a novel dataset, which we call $\textit{cluttered
Omniglot}$. Using a baseline architecture combining a Siamese embedding for
detection with a U-net ... | cs.CV | we tackle the problem of oneshot segmentation finding and segmenting a previously unseen object in a cluttered scene based on a single instruction example we propose a novel dataset which we call textitcluttered omniglot using a baseline architecture combining a siamese embedding for detection with a unet for segmentat... | [['we', 'tackle', 'the', 'problem', 'of', 'oneshot', 'segmentation', 'finding', 'and', 'segmenting', 'a', 'previously', 'unseen', 'object', 'in', 'a', 'cluttered', 'scene', 'based', 'on', 'a', 'single', 'instruction', 'example', 'we', 'propose', 'a', 'novel', 'dataset', 'which', 'we', 'call', 'textitcluttered', 'omnigl... | [-0.053106098141870464, -0.01569942091136909, -0.0710694233464892, 0.03630019078627811, -0.13461463158600964, -0.18657346004620196, 0.030698458204278724, 0.46148552584345454, -0.2295622300094692, -0.3822358913545031, 0.059052326552045994, -0.2789398384891683, -0.18650241357972847, 0.17014502655656544, -0.18864506743702... |
1,803.09598 | Formation of autophagosomes coincides with relaxation of membrane
curvature | Autophagy is an intracellular degradation process that employs complex
membrane dynamics to isolate and break down cellular components. However, many
unanswered questions remain concerning remodeling of autophagic membranes.
Here, we focus on the advantages of theoretical modelling to study the
formation of autophago... | q-bio.SC cond-mat.soft | autophagy is an intracellular degradation process that employs complex membrane dynamics to isolate and break down cellular components however many unanswered questions remain concerning remodeling of autophagic membranes here we focus on the advantages of theoretical modelling to study the formation of autophagosomes ... | [['autophagy', 'is', 'an', 'intracellular', 'degradation', 'process', 'that', 'employs', 'complex', 'membrane', 'dynamics', 'to', 'isolate', 'and', 'break', 'down', 'cellular', 'components', 'however', 'many', 'unanswered', 'questions', 'remain', 'concerning', 'remodeling', 'of', 'autophagic', 'membranes', 'here', 'we'... | [-0.11234797642580666, 0.13421168268399286, -0.03713725666880377, 0.05267469897317664, -0.02818100962481226, -0.0763464812093328, 0.009380246189749348, 0.38418165073470817, -0.2705998165489741, -0.2682542501295888, 0.08461924725975457, -0.22770554775410554, -0.19159758063369267, 0.1543672765333916, -0.06113374198921332... |
1,803.09599 | Exploring Higgs boson Yukawa interactions with a scalar singlet using
Dyson-Schwinger equations | Higgs, being the first discovery of a fundamental scalar field in the
standard model (SM), opens the possibility of existence of other scalar or
pseudo scalar particles in nature. Though it does not conclusively fulfill the
role of inflaton, it does provide motivation for experimental searches
involving interactions ... | hep-ph | higgs being the first discovery of a fundamental scalar field in the standard model sm opens the possibility of existence of other scalar or pseudo scalar particles in nature though it does not conclusively fulfill the role of inflaton it does provide motivation for experimental searches involving interactions of scala... | [['higgs', 'being', 'the', 'first', 'discovery', 'of', 'a', 'fundamental', 'scalar', 'field', 'in', 'the', 'standard', 'model', 'sm', 'opens', 'the', 'possibility', 'of', 'existence', 'of', 'other', 'scalar', 'or', 'pseudo', 'scalar', 'particles', 'in', 'nature', 'though', 'it', 'does', 'not', 'conclusively', 'fulfill'... | [-0.15312079911261478, 0.23018800280105448, -0.03361802222289948, 0.1289921407797484, -0.11655117253666981, -0.17733871659387557, 0.02635683381203915, 0.31363873269355974, -0.20750910365486172, -0.3272367183878241, 0.015565780725802397, -0.261872993534987, -0.11245299447647857, 0.16118427350183603, 0.06970534015030896,... |
1,803.096 | On the evolutionary status and pulsations of the recently discovered
Blue Large-Amplitude Pulsators (BLAPs) | The Blue Large-Amplitude Pulsators (BLAPs) constitute a new class of
pulsating stars. They are hot stars with effective temperatures of ~30 000 K
and surface gravities of log g ~ 4.9, that pulsate with periods in the range
20-40 min. Until now, their origin and evolutionary state, as well as the
nature of their pulsa... | astro-ph.SR | the blue largeamplitude pulsators blaps constitute a new class of pulsating stars they are hot stars with effective temperatures of 30 000 k and surface gravities of log g 49 that pulsate with periods in the range 2040 min until now their origin and evolutionary state as well as the nature of their pulsations were not ... | [['the', 'blue', 'largeamplitude', 'pulsators', 'blaps', 'constitute', 'a', 'new', 'class', 'of', 'pulsating', 'stars', 'they', 'are', 'hot', 'stars', 'with', 'effective', 'temperatures', 'of', '30', '000', 'k', 'and', 'surface', 'gravities', 'of', 'log', 'g', '49', 'that', 'pulsate', 'with', 'periods', 'in', 'the', 'r... | [-0.09750525162636704, 0.24701253186829916, -0.06123598390182511, 0.08980898324672458, -0.12277076745029193, -0.0719966791631257, 0.10183641594475837, 0.38969316767131695, -0.1884461589223741, -0.37020622257937175, 0.08254942103082956, -0.2851328022896398, -0.07444199680635716, 0.2165263413382908, -0.07290480161961066,... |
1,803.09601 | Threshold Progressions in a Variety of Covering and Packing Contexts | Using standard methods (due to Janson, Stein-Chen, and Talagrand) from
probabilistic combinatorics, we explore the following general theme: As one
progresses from each member of a family of objects ${\cal A}$ being "covered"
by at most one object in a random collection ${\cal C}$, to being covered at
most $\lambda$ t... | math.CO | using standard methods due to janson steinchen and talagrand from probabilistic combinatorics we explore the following general theme as one progresses from each member of a family of objects cal a being covered by at most one object in a random collection cal c to being covered at most lambda times to being covered at ... | [['using', 'standard', 'methods', 'due', 'to', 'janson', 'steinchen', 'and', 'talagrand', 'from', 'probabilistic', 'combinatorics', 'we', 'explore', 'the', 'following', 'general', 'theme', 'as', 'one', 'progresses', 'from', 'each', 'member', 'of', 'a', 'family', 'of', 'objects', 'cal', 'a', 'being', 'covered', 'by', 'a... | [-0.02941941457078317, 0.12209818236130689, -0.053031820585304985, 0.04808640741500814, -0.060534337250401776, -0.15342952014536274, 0.060734380414348324, 0.32364549890768773, -0.29873858136837655, -0.31385445793881556, 0.13355461608176594, -0.3458590135738558, -0.10983610429744027, 0.1731210424023091, -0.1141505939695... |
1,803.09602 | Comparison of angular spread for 6 and 60 GHz based on 3GPP standard | In an urban environment, a multipath propagation is one of the basic
phenomena affecting a quality of received signals. This causes dispersions in
time and angular domains. Basic parameters describing these dispersions are the
rms delay spread and rms angle spread, respectively. The delay spread is
related to a frequ... | cs.IT eess.SP math.IT | in an urban environment a multipath propagation is one of the basic phenomena affecting a quality of received signals this causes dispersions in time and angular domains basic parameters describing these dispersions are the rms delay spread and rms angle spread respectively the delay spread is related to a frequency of... | [['in', 'an', 'urban', 'environment', 'a', 'multipath', 'propagation', 'is', 'one', 'of', 'the', 'basic', 'phenomena', 'affecting', 'a', 'quality', 'of', 'received', 'signals', 'this', 'causes', 'dispersions', 'in', 'time', 'and', 'angular', 'domains', 'basic', 'parameters', 'describing', 'these', 'dispersions', 'are',... | [-0.21175496451067344, 0.10493001116795359, -0.07486668454435796, 0.05473240269486145, -0.027526257046640426, -0.07426082127001453, 0.03103354714428059, 0.3981557096338878, -0.2888747642400785, -0.3152698311260191, 0.08004130378771984, -0.27477677589503385, -0.14589586991311634, 0.20899655145466706, -0.0260414785816002... |
1,803.09603 | Evaluation of angular dispersion for various propagation environments in
emerging 5G systems | Angular dispersion is the effect of a multi-path propagation observed in
received signals. An assessment of this phenomenon is particularly important
from the viewpoint of emerging fifth generation (5G) communication systems. In
these systems, using the beam-forming and massive multiple-input
multiple-output antenna ... | cs.IT eess.SP math.IT | angular dispersion is the effect of a multipath propagation observed in received signals an assessment of this phenomenon is particularly important from the viewpoint of emerging fifth generation 5g communication systems in these systems using the beamforming and massive multipleinput multipleoutput antenna arrays are ... | [['angular', 'dispersion', 'is', 'the', 'effect', 'of', 'a', 'multipath', 'propagation', 'observed', 'in', 'received', 'signals', 'an', 'assessment', 'of', 'this', 'phenomenon', 'is', 'particularly', 'important', 'from', 'the', 'viewpoint', 'of', 'emerging', 'fifth', 'generation', '5g', 'communication', 'systems', 'in'... | [-0.24445234441003805, 0.0758467679167837, -0.04782611855180628, 0.030379304321788585, -0.07158024311621687, -0.0789273909202763, 0.0057861902116825665, 0.38886510395208623, -0.2213285057318967, -0.27554408920956636, 0.08867570530074134, -0.2533369912251608, -0.18703127888017404, 0.22238137226016608, -0.021216459996275... |
1,803.09604 | A Theorem of Fermat on Congruent Number Curves | A positive integer $A$ is called a congruent number if $A$ is the area of a
right-angled triangle with three rational sides. Equivalently, $A$ is a
congruent number if and only if the congruent number curve $y^2=x^3-A^2x$ has a
rational point $(x,y)\in\mathbb Q^2$ with $y\neq 0$. Using a theorem of Fermat,
we give an... | math.NT | a positive integer a is called a congruent number if a is the area of a rightangled triangle with three rational sides equivalently a is a congruent number if and only if the congruent number curve y2x3a2x has a rational point xyinmathbb q2 with yneq 0 using a theorem of fermat we give an elementary proof for the fact ... | [['a', 'positive', 'integer', 'a', 'is', 'called', 'a', 'congruent', 'number', 'if', 'a', 'is', 'the', 'area', 'of', 'a', 'rightangled', 'triangle', 'with', 'three', 'rational', 'sides', 'equivalently', 'a', 'is', 'a', 'congruent', 'number', 'if', 'and', 'only', 'if', 'the', 'congruent', 'number', 'curve', 'y2x3a2x', '... | [-0.2059484918734857, 0.13120062515725814, -0.12882461138402246, 0.018552040293746228, -0.11240229316587959, -0.22070951854943166, 0.06295645335423095, 0.28400856416140285, -0.2752007577568293, -0.22207221915679318, 0.09379027785866388, -0.36562659027321, -0.1406295739455215, 0.19133587716579703, -0.1308666908448296, -... |
1,803.09605 | Path loss model modification for various gains and directions of
antennas | Emerging telecommunication technologies like 5G, green communications, and
massive MIMO contribute to the use of directional antennas and beamforming. For
this reason, modern propagation models should consider directional antennas
with different beam widths, gains and radiation pattern directions. Most of the
availab... | cs.IT math.IT | emerging telecommunication technologies like 5g green communications and massive mimo contribute to the use of directional antennas and beamforming for this reason modern propagation models should consider directional antennas with different beam widths gains and radiation pattern directions most of the available propa... | [['emerging', 'telecommunication', 'technologies', 'like', '5g', 'green', 'communications', 'and', 'massive', 'mimo', 'contribute', 'to', 'the', 'use', 'of', 'directional', 'antennas', 'and', 'beamforming', 'for', 'this', 'reason', 'modern', 'propagation', 'models', 'should', 'consider', 'directional', 'antennas', 'wit... | [-0.2151591826399619, 0.11061090971038952, 0.006479528224603696, 0.0185114385814152, -0.11110097801270472, -0.21671248816207728, 0.005103245285466652, 0.4596929594874382, -0.24583725546253846, -0.2634046634320508, 0.04574887332485311, -0.2829739765814421, -0.19341532337606293, 0.14292946873994714, -0.04555047146806663,... |
1,803.09606 | Can we use linear response theory to assess geoengineering strategies? | Geoengineering can control only some climatic variables but not others,
resulting in side-effects. We investigate in an intermediate-complexity climate
model the applicability of linear response theory (LRT) to the assessment of a
geoengineering method. This application of LRT is twofold. First, our objective
(O1) is... | physics.geo-ph cond-mat.stat-mech nlin.CD physics.ao-ph | geoengineering can control only some climatic variables but not others resulting in sideeffects we investigate in an intermediatecomplexity climate model the applicability of linear response theory lrt to the assessment of a geoengineering method this application of lrt is twofold first our objective o1 is to assess on... | [['geoengineering', 'can', 'control', 'only', 'some', 'climatic', 'variables', 'but', 'not', 'others', 'resulting', 'in', 'sideeffects', 'we', 'investigate', 'in', 'an', 'intermediatecomplexity', 'climate', 'model', 'the', 'applicability', 'of', 'linear', 'response', 'theory', 'lrt', 'to', 'the', 'assessment', 'of', 'a... | [-0.10147310476138462, 0.09119137581141855, -0.07958941747418652, 0.0823824242696608, -0.06311011098767236, -0.09744588135725867, 0.06820489954227045, 0.3503103366500493, -0.2660721213288479, -0.2899795934725632, 0.12581339720518217, -0.24351706534113057, -0.17400097071856133, 0.18529589035848187, -0.1089801000304899, ... |
1,803.09607 | Murder at the Asylum | I describe a puzzle I wrote for the 2018 MIT Mystery Hunt which introduced
new types of people in logic puzzles. I discuss the puzzle itself, the
solution, and the mathematics behind it.
| math.HO | i describe a puzzle i wrote for the 2018 mit mystery hunt which introduced new types of people in logic puzzles i discuss the puzzle itself the solution and the mathematics behind it | [['i', 'describe', 'a', 'puzzle', 'i', 'wrote', 'for', 'the', '2018', 'mit', 'mystery', 'hunt', 'which', 'introduced', 'new', 'types', 'of', 'people', 'in', 'logic', 'puzzles', 'i', 'discuss', 'the', 'puzzle', 'itself', 'the', 'solution', 'and', 'the', 'mathematics', 'behind', 'it']] | [-0.015069681135090914, 0.059777875995319904, -0.11470380829026301, 0.15581599114970726, -0.1968848156093648, -0.21750012016149634, 0.03714023253908663, 0.22721080326785645, -0.314437538724054, -0.3373285907913338, 0.10646198087047334, -0.29879405516002217, -0.17888312899705136, 0.0629871752903317, -0.1596335977823897,... |
1,803.09608 | Diagrammatic Monte Carlo study of the Fr\"ohlich polaron dispersion in
2D and 3D | We present results for the solution of the large polaron Fr\"ohlich
Hamiltonian in 3-dimensions (3D) and 2-dimensions (2D) obtained via the
Diagrammatic Monte Carlo (DMC) method. Our implementation is based on the
approach by Mishchenko [A.S. Mishchenko et al., Phys. Rev. B 62, 6317 (2000)].
Polaron ground state ener... | cond-mat.mtrl-sci cond-mat.quant-gas | we present results for the solution of the large polaron frohlich hamiltonian in 3dimensions 3d and 2dimensions 2d obtained via the diagrammatic monte carlo dmc method our implementation is based on the approach by mishchenko as mishchenko et al phys rev b 62 6317 2000 polaron ground state energies and effective polaro... | [['we', 'present', 'results', 'for', 'the', 'solution', 'of', 'the', 'large', 'polaron', 'frohlich', 'hamiltonian', 'in', '3dimensions', '3d', 'and', '2dimensions', '2d', 'obtained', 'via', 'the', 'diagrammatic', 'monte', 'carlo', 'dmc', 'method', 'our', 'implementation', 'is', 'based', 'on', 'the', 'approach', 'by', '... | [-0.0691061410376109, 0.07983503781542822, -0.04422026854868014, 0.06294091539809393, -0.0492604416551415, -0.1307786024570855, 0.08705405125578562, 0.3577127460563599, -0.16058187711399136, -0.35875300739805194, 0.03169339025991449, -0.2534144398022638, -0.10820400279805843, 0.25930287149399084, 0.029033291348537733, ... |
1,803.09609 | Modeling power angle spectrum and antenna pattern directions in
multipath propagation environment | Most propagation models do not consider the influence of antenna patterns on
the parameters and characteristics of received signals. This assumption is
equivalent to the use of isotropic or omnidirectional antennas in these models.
Empirical measurement results indicate that the radiation pattern, gain and
direction ... | eess.SP cs.IT math.IT | most propagation models do not consider the influence of antenna patterns on the parameters and characteristics of received signals this assumption is equivalent to the use of isotropic or omnidirectional antennas in these models empirical measurement results indicate that the radiation pattern gain and direction of di... | [['most', 'propagation', 'models', 'do', 'not', 'consider', 'the', 'influence', 'of', 'antenna', 'patterns', 'on', 'the', 'parameters', 'and', 'characteristics', 'of', 'received', 'signals', 'this', 'assumption', 'is', 'equivalent', 'to', 'the', 'use', 'of', 'isotropic', 'or', 'omnidirectional', 'antennas', 'in', 'thes... | [-0.2148297373718078, 0.09104143994339152, -0.04783434935187528, 0.013358774098328426, -0.10537950165458707, -0.1290227393021619, 0.0030509401358441886, 0.4370121502001351, -0.23922699152966193, -0.2811270142102255, 0.06876185466748995, -0.2725329986330733, -0.22100717841365605, 0.1709313123442079, -0.02873601213764023... |
1,803.0961 | Homological Solution of the Riemann-Lanczos and Weyl-Lanczos Problems in
Arbitrary Dimension | When ${\cal{D}}$ is a linear partial differential operator of any order, a
direct problem is to look for an operator ${\cal{D}}_1$ generating the
compatibility conditions (CC) ${\cal{D}}_1\eta=0$ of ${\cal{D}}\xi=\eta$. We
may thus construct a differential sequence with successive operators
${\cal{D}},{\cal{D}}_1,{\c... | math.GM | when cald is a linear partial differential operator of any order a direct problem is to look for an operator cald_1 generating the compatibility conditions cc cald_1eta0 of caldxieta we may thus construct a differential sequence with successive operators caldcald_1cald_2 where each operator is generating the cc of the ... | [['when', 'cald', 'is', 'a', 'linear', 'partial', 'differential', 'operator', 'of', 'any', 'order', 'a', 'direct', 'problem', 'is', 'to', 'look', 'for', 'an', 'operator', 'cald_1', 'generating', 'the', 'compatibility', 'conditions', 'cc', 'cald_1eta0', 'of', 'caldxieta', 'we', 'may', 'thus', 'construct', 'a', 'differen... | [-0.17091269132936537, 0.10776126530811185, -0.04738095634661944, 0.04114648457108748, -0.1147898103305955, -0.1676977861005767, -0.030184591040992536, 0.35257672675628476, -0.31377001125758336, -0.22412196662633416, 0.13045631866847499, -0.27598208663486895, -0.13293884829675526, 0.17509872990625877, -0.06882933687146... |
1,803.09611 | Segal Topoi and Natural Phenomena: Universality of Physical Laws | J. Lurie proved in Higher Topos Theory that for $K$ a simplicial set,
$\mathcal{C}$ a simplicial category, $f: \mathfrak{C}[K] \rightarrow
\mathcal{C}^{\text{op}}$ an equivalence of simplicial categories, we have a
Quillen equivalence $(\text{Set}^+_{\Delta})_{/K} \rightleftarrows
(\text{Set}^+_{\Delta})^{\mathcal{C}... | math.CT math.AT | j lurie proved in higher topos theory that for k a simplicial set mathcalc a simplicial category f mathfrakck rightarrow mathcalctextop an equivalence of simplicial categories we have a quillen equivalence textset_delta_k rightleftarrows textset_deltamathcalc we prove a partial converse to this theorem at the level of ... | [['j', 'lurie', 'proved', 'in', 'higher', 'topos', 'theory', 'that', 'for', 'k', 'a', 'simplicial', 'set', 'mathcalc', 'a', 'simplicial', 'category', 'f', 'mathfrakck', 'rightarrow', 'mathcalctextop', 'an', 'equivalence', 'of', 'simplicial', 'categories', 'we', 'have', 'a', 'quillen', 'equivalence', 'textset_delta_k', ... | [-0.13600622998874928, 0.08653073967320013, -0.0853714035500856, 0.12275277432989527, -0.10241214373264085, -0.14517472589943098, 0.010330669547227117, 0.3777557577953538, -0.36556791432536717, -0.2149780886421069, 0.005223767646834296, -0.20967331136644848, -0.09308892510454642, 0.12789962658386553, -0.203755333292392... |
1,803.09612 | Partial Regularity for BV Minimizers | We establish an $\varepsilon$-regularity result for the derivative of a map
of bounded variation that minimizes a strongly quasiconvex variational integral
of linear growth, and, as a consequence, the partial regularity of such BV
minimizers. This result extends the regularity theory for minimizers of
quasiconvex int... | math.AP | we establish an varepsilonregularity result for the derivative of a map of bounded variation that minimizes a strongly quasiconvex variational integral of linear growth and as a consequence the partial regularity of such bv minimizers this result extends the regularity theory for minimizers of quasiconvex integrals on ... | [['we', 'establish', 'an', 'varepsilonregularity', 'result', 'for', 'the', 'derivative', 'of', 'a', 'map', 'of', 'bounded', 'variation', 'that', 'minimizes', 'a', 'strongly', 'quasiconvex', 'variational', 'integral', 'of', 'linear', 'growth', 'and', 'as', 'a', 'consequence', 'the', 'partial', 'regularity', 'of', 'such'... | [-0.11809124675268928, 0.025829573443043045, -0.07680940978694707, 0.12372353818733245, -0.10849928475916386, -0.03094854695722461, 0.006640475744691988, 0.32049980405718087, -0.37803478201230367, -0.19863416047145924, 0.14465274825536956, -0.2719785848756631, -0.13097777819260956, 0.17609084028750657, -0.1875794322602... |
1,803.09613 | Three-nucleon force in chiral EFT with explicit $\Delta(1232)$ degrees
of freedom: Longest-range contributions at fourth order | We analyze the longest-range two-pion exchange contributions to the
three-nucleon force at leading-loop order in the framework of heavy-baryon
chiral effective field theory with explicit $\Delta(1232)$ degrees of freedom.
All relevant low-energy constants which appear in the calculation are
determined from pion-nucle... | nucl-th | we analyze the longestrange twopion exchange contributions to the threenucleon force at leadingloop order in the framework of heavybaryon chiral effective field theory with explicit delta1232 degrees of freedom all relevant lowenergy constants which appear in the calculation are determined from pionnucleon scattering c... | [['we', 'analyze', 'the', 'longestrange', 'twopion', 'exchange', 'contributions', 'to', 'the', 'threenucleon', 'force', 'at', 'leadingloop', 'order', 'in', 'the', 'framework', 'of', 'heavybaryon', 'chiral', 'effective', 'field', 'theory', 'with', 'explicit', 'delta1232', 'degrees', 'of', 'freedom', 'all', 'relevant', '... | [-0.11147561077848964, 0.18548244726289773, -0.08447463125256556, 0.08754640670598574, -0.015322697698138654, -0.05793143493965978, 0.009340710303236154, 0.2997114290594168, -0.220230468271655, -0.2862864419779119, -0.054669153390152915, -0.32938939526433214, -0.13203416969848886, 0.11297787897776634, 0.086420739812421... |
1,803.09614 | Groups of generalized $G$-type and applications to torsion subgroups of
rational elliptic curves over infinite extensions of $\mathbb{Q}$ | Recently there has been much interest in studying the torsion subgroups of
elliptic curves base-extended to infinite extensions of $\mathbb{Q}$. In this
paper, given a finite group $G$, we study what happens with the torsion of an
elliptic curve $E$ over $\mathbb{Q}$ when changing base to the compositum of
all number... | math.NT | recently there has been much interest in studying the torsion subgroups of elliptic curves baseextended to infinite extensions of mathbbq in this paper given a finite group g we study what happens with the torsion of an elliptic curve e over mathbbq when changing base to the compositum of all number fields with galois ... | [['recently', 'there', 'has', 'been', 'much', 'interest', 'in', 'studying', 'the', 'torsion', 'subgroups', 'of', 'elliptic', 'curves', 'baseextended', 'to', 'infinite', 'extensions', 'of', 'mathbbq', 'in', 'this', 'paper', 'given', 'a', 'finite', 'group', 'g', 'we', 'study', 'what', 'happens', 'with', 'the', 'torsion',... | [-0.23149344077725234, 0.1184935605051578, -0.142497389982252, 0.035181362440883844, -0.16314937571819493, -0.12855465977412203, -0.007883184880483896, 0.3358488521552172, -0.34890216105766053, -0.27809159644285514, 0.06316584841334734, -0.23978029275357307, -0.11882515868468993, 0.24800473825240077, -0.170210567964375... |
1,803.09615 | Homa: A Receiver-Driven Low-Latency Transport Protocol Using Network
Priorities (Complete Version) | Homa is a new transport protocol for datacenter networks. It provides
exceptionally low latency, especially for workloads with a high volume of very
short messages, and it also supports large messages and high network
utilization. Homa uses in-network priority queues to ensure low latency for
short messages; priority... | cs.NI | homa is a new transport protocol for datacenter networks it provides exceptionally low latency especially for workloads with a high volume of very short messages and it also supports large messages and high network utilization homa uses innetwork priority queues to ensure low latency for short messages priority allocat... | [['homa', 'is', 'a', 'new', 'transport', 'protocol', 'for', 'datacenter', 'networks', 'it', 'provides', 'exceptionally', 'low', 'latency', 'especially', 'for', 'workloads', 'with', 'a', 'high', 'volume', 'of', 'very', 'short', 'messages', 'and', 'it', 'also', 'supports', 'large', 'messages', 'and', 'high', 'network', '... | [-0.22881929752261687, 0.07862862759977968, -0.012743307070049923, 0.05192701043289465, -0.06211186725491037, -0.2615635141854485, 0.15843925533195335, 0.43124912030994894, -0.1949643910303712, -0.3664226748918494, 0.12094524795732771, -0.2638035193737596, -0.03655451389805724, 0.21875444164965302, -0.12450864996450643... |
1,803.09616 | Discontinuous Galerkin Isogeometric Analysis for segmentations
generating overlapping regions | In the Isogeometric Analysis (IGA) framework, the computational domain has
very often a multipatch representation. The multipatch domain can be obtained
by a volume segmentation of a boundary represented domain, e.g., provided by a
Computer Aided Design (CAD) model. Typically, small gap and overlapping regions
can ap... | math.NA | in the isogeometric analysis iga framework the computational domain has very often a multipatch representation the multipatch domain can be obtained by a volume segmentation of a boundary represented domain eg provided by a computer aided design cad model typically small gap and overlapping regions can appear at the pa... | [['in', 'the', 'isogeometric', 'analysis', 'iga', 'framework', 'the', 'computational', 'domain', 'has', 'very', 'often', 'a', 'multipatch', 'representation', 'the', 'multipatch', 'domain', 'can', 'be', 'obtained', 'by', 'a', 'volume', 'segmentation', 'of', 'a', 'boundary', 'represented', 'domain', 'eg', 'provided', 'by... | [-0.09179766310830793, -0.009585534221735182, -0.10806575845568799, 0.048158165216914336, -0.07259336914095653, -0.07629749809044617, 0.025463978368678742, 0.381557506310737, -0.28292018701680577, -0.29910660159881586, 0.14426378173183252, -0.23261877942896453, -0.12897900485339955, 0.16831580910848223, -0.096162096064... |
1,803.09617 | Correlation properties of signal at mobile receiver for different
propagation environments | An issue of the parameter selection in various branches of a multi-antenna
receiver system determines its effectiveness. A significant effect on these
parameters are correlation properties of received signals. In this paper, the
assessment of the signal correlation properties for different environmental
conditions is... | cs.IT eess.SP math.IT | an issue of the parameter selection in various branches of a multiantenna receiver system determines its effectiveness a significant effect on these parameters are correlation properties of received signals in this paper the assessment of the signal correlation properties for different environmental conditions is prese... | [['an', 'issue', 'of', 'the', 'parameter', 'selection', 'in', 'various', 'branches', 'of', 'a', 'multiantenna', 'receiver', 'system', 'determines', 'its', 'effectiveness', 'a', 'significant', 'effect', 'on', 'these', 'parameters', 'are', 'correlation', 'properties', 'of', 'received', 'signals', 'in', 'this', 'paper', '... | [-0.20562171177252342, 0.06132618056650053, -0.09345641021469706, 0.06860859750917084, -0.03427740125671813, -0.12519476760276838, 0.03404515586719897, 0.3815934851373497, -0.24996572070215878, -0.3067471212462375, 0.11355427787394116, -0.26055914509159167, -0.19475910602333515, 0.19985872780732614, -0.0610608404649323... |
1,803.09618 | An Introduction to Influence Theory: Kinematics and Dynamics | Influence theory is a foundational theory of physics that is not based on
traditional empirically defined concepts, such as positions in space and time,
mass, energy, or momentum. Instead, the aim is to derive these concepts, and
their empirically determined relationships, from a more primitive model. It is
postulate... | physics.gen-ph | influence theory is a foundational theory of physics that is not based on traditional empirically defined concepts such as positions in space and time mass energy or momentum instead the aim is to derive these concepts and their empirically determined relationships from a more primitive model it is postulated that ther... | [['influence', 'theory', 'is', 'a', 'foundational', 'theory', 'of', 'physics', 'that', 'is', 'not', 'based', 'on', 'traditional', 'empirically', 'defined', 'concepts', 'such', 'as', 'positions', 'in', 'space', 'and', 'time', 'mass', 'energy', 'or', 'momentum', 'instead', 'the', 'aim', 'is', 'to', 'derive', 'these', 'co... | [-0.08547041489963432, 0.1635841604469793, -0.12106943492438983, 0.1088392927417949, -0.06480767377107949, -0.0834262682693442, 0.045826311135519444, 0.37010958424297635, -0.2739842226834629, -0.3105815957215699, 0.07836180823921625, -0.3075140594843436, -0.15927546929308006, 0.152887059385471, -0.0398663440704128, -0.... |
1,803.09619 | Reversibility of Extreme Relational Structures | A relational structure $\mathbb{X}$ is called reversible iff each bijective
homomorphism from $\mathbb{X}$ onto $\mathbb{X}$ is an isomorphism, and linear
orders are prototypical examples of such structures. One way to detect new
reversible structures of a given relational language $L$ is to notice that the
maximal o... | math.LO | a relational structure mathbbx is called reversible iff each bijective homomorphism from mathbbx onto mathbbx is an isomorphism and linear orders are prototypical examples of such structures one way to detect new reversible structures of a given relational language l is to notice that the maximal or minimal elements of... | [['a', 'relational', 'structure', 'mathbbx', 'is', 'called', 'reversible', 'iff', 'each', 'bijective', 'homomorphism', 'from', 'mathbbx', 'onto', 'mathbbx', 'is', 'an', 'isomorphism', 'and', 'linear', 'orders', 'are', 'prototypical', 'examples', 'of', 'such', 'structures', 'one', 'way', 'to', 'detect', 'new', 'reversib... | [-0.18082417085610838, 0.09366186928426307, -0.04010160227815779, 0.08030560445633524, -0.1321612922628498, -0.14217681479025282, 0.05539058176427201, 0.4195172724024094, -0.39024985677404506, -0.17662513804982222, 0.07623592705382386, -0.2574416248936136, -0.12301571785586553, 0.17337998060481008, -0.10730740824661586... |
1,803.0962 | Backbone decomposition of multitype superprocesses | In this paper, we provide a construction of the so-called backbone
decomposition for multitype supercritical superprocesses. While backbone
decompositions are fairly well-known for both continuous-state branching
processes and superprocesses in the one-type case, so far no such
decompositions or even description of p... | math.PR | in this paper we provide a construction of the socalled backbone decomposition for multitype supercritical superprocesses while backbone decompositions are fairly wellknown for both continuousstate branching processes and superprocesses in the onetype case so far no such decompositions or even description of prolific g... | [['in', 'this', 'paper', 'we', 'provide', 'a', 'construction', 'of', 'the', 'socalled', 'backbone', 'decomposition', 'for', 'multitype', 'supercritical', 'superprocesses', 'while', 'backbone', 'decompositions', 'are', 'fairly', 'wellknown', 'for', 'both', 'continuousstate', 'branching', 'processes', 'and', 'superproces... | [-0.06529515897127566, 0.12475096631551423, -0.07595096699660644, 0.09062522879539756, -0.06819417567458004, -0.11999654969549738, 0.10423229881125735, 0.3779429841437377, -0.25860603522742165, -0.16496584325795993, 0.16763110532483552, -0.23508764734724535, -0.14717443649715278, 0.1840677250715089, -0.0502088802575599... |
1,803.09621 | Learning the Multiple Traveling Salesmen Problem with Permutation
Invariant Pooling Networks | While there are optimal TSP solvers, as well as recent learning-based
approaches, the generalization of the TSP to the Multiple Traveling Salesmen
Problem is much less studied. Here, we design a neural network solution that
treats the salesmen, cities and depot as three different sets of varying
cardinalities. We app... | cs.LG stat.ML | while there are optimal tsp solvers as well as recent learningbased approaches the generalization of the tsp to the multiple traveling salesmen problem is much less studied here we design a neural network solution that treats the salesmen cities and depot as three different sets of varying cardinalities we apply a nove... | [['while', 'there', 'are', 'optimal', 'tsp', 'solvers', 'as', 'well', 'as', 'recent', 'learningbased', 'approaches', 'the', 'generalization', 'of', 'the', 'tsp', 'to', 'the', 'multiple', 'traveling', 'salesmen', 'problem', 'is', 'much', 'less', 'studied', 'here', 'we', 'design', 'a', 'neural', 'network', 'solution', 't... | [-0.08032225821015083, 0.017062777210727777, -0.054229536914441843, 0.05218566443522157, -0.08391721961134584, -0.1762010909543179, 0.026959391135611747, 0.39590250187101633, -0.30344496973522816, -0.3299852466846973, 0.10262921629911566, -0.3082803214743438, -0.211453563466871, 0.20705114100082306, -0.0673690855752049... |
1,803.09622 | BER measurements in the evaluation of operation correctness of VSAT
modem traffic interfaces | This paper presents using bit error rate (BER) measurements to evaluate
operation correctness of traffic (input-output) interfaces in modem of very
small aperture terminal (VSAT). Such functional tests are carried out, for
example, when purchasing communication equipment for armed forces. Generally,
available standar... | cs.IT math.IT | this paper presents using bit error rate ber measurements to evaluate operation correctness of traffic inputoutput interfaces in modem of very small aperture terminal vsat such functional tests are carried out for example when purchasing communication equipment for armed forces generally available standards do not desc... | [['this', 'paper', 'presents', 'using', 'bit', 'error', 'rate', 'ber', 'measurements', 'to', 'evaluate', 'operation', 'correctness', 'of', 'traffic', 'inputoutput', 'interfaces', 'in', 'modem', 'of', 'very', 'small', 'aperture', 'terminal', 'vsat', 'such', 'functional', 'tests', 'are', 'carried', 'out', 'for', 'example... | [-0.1872484844790984, -0.005971062680871426, -0.06056174067662486, 0.03978815348376815, -0.032039675555085835, -0.20539132802735402, 0.12138355600859828, 0.4118553320346754, -0.17948384245834018, -0.310942956211069, 0.13148774596850707, -0.24747611117796808, -0.13436917112727614, 0.2632075064488439, -0.1823326426770396... |
1,803.09623 | A polynomial associated with rooted trees and specific posets | We investigate a trivariate polynomial associated with rooted trees. It
generalises a bivariate polynomial for rooted trees that was recently
introduced by Liu. We show that this polynomial satisfies a
deletion-contraction recursion and can be expressed as a sum over maximal
antichains. Several combinatorial quantiti... | math.CO | we investigate a trivariate polynomial associated with rooted trees it generalises a bivariate polynomial for rooted trees that was recently introduced by liu we show that this polynomial satisfies a deletioncontraction recursion and can be expressed as a sum over maximal antichains several combinatorial quantities can... | [['we', 'investigate', 'a', 'trivariate', 'polynomial', 'associated', 'with', 'rooted', 'trees', 'it', 'generalises', 'a', 'bivariate', 'polynomial', 'for', 'rooted', 'trees', 'that', 'was', 'recently', 'introduced', 'by', 'liu', 'we', 'show', 'that', 'this', 'polynomial', 'satisfies', 'a', 'deletioncontraction', 'recu... | [-0.137370557819071, 0.12215648723511602, -0.05243336215695674, 0.08982850664811169, -0.1328391389479097, -0.10807632691421204, 0.022423625541783922, 0.35054516971024197, -0.3710386106650606, -0.24507695617047037, 0.11876702858905623, -0.2431608557503456, -0.15869596226998478, 0.21421560986644234, -0.10242615060096862,... |
1,803.09624 | Fuzzy soft seperation axioms with sense of Ganguly and Saha | Tanay and Kandemir <cite>TK</cite> introduced the topological structure of
fuzzy soft sets. In 2013, Manatha and Das <cite>md</cite> defined seperation
axioms on fuzzy soft topological spaces. In this paper, we generalized form of
the seperation axioms.using fuzzy soft quasi-coincidence with sense of Ganguly
and Saha... | math.GM | tanay and kandemir citetkcite introduced the topological structure of fuzzy soft sets in 2013 manatha and das citemdcite defined seperation axioms on fuzzy soft topological spaces in this paper we generalized form of the seperation axiomsusing fuzzy soft quasicoincidence with sense of ganguly and saha citegscite by usi... | [['tanay', 'and', 'kandemir', 'citetkcite', 'introduced', 'the', 'topological', 'structure', 'of', 'fuzzy', 'soft', 'sets', 'in', '2013', 'manatha', 'and', 'das', 'citemdcite', 'defined', 'seperation', 'axioms', 'on', 'fuzzy', 'soft', 'topological', 'spaces', 'in', 'this', 'paper', 'we', 'generalized', 'form', 'of', 't... | [-0.08658024964721076, 0.14739914103743754, -0.11183752189390361, 0.14679403667521132, -0.07693557397994612, -0.07150070718489587, 0.0784426416524054, 0.28790230051215204, -0.270947960005807, -0.2452983141452673, 0.06399586462066509, -0.2520505927802463, -0.2280949490211372, 0.12358360318467021, -0.21476519773049013, 0... |
1,803.09625 | Rotating planets in Newtonian gravity | Variational techniques have been used in applications of hydrodynamics in
special cases but an action that is general enough to deal with both potential
flows and solid-body flows, such as cylindrical Couette flow and rotating
planets, has been proposed only recently. This paper is one of a series that
aims to test a... | physics.gen-ph | variational techniques have been used in applications of hydrodynamics in special cases but an action that is general enough to deal with both potential flows and solidbody flows such as cylindrical couette flow and rotating planets has been proposed only recently this paper is one of a series that aims to test and dev... | [['variational', 'techniques', 'have', 'been', 'used', 'in', 'applications', 'of', 'hydrodynamics', 'in', 'special', 'cases', 'but', 'an', 'action', 'that', 'is', 'general', 'enough', 'to', 'deal', 'with', 'both', 'potential', 'flows', 'and', 'solidbody', 'flows', 'such', 'as', 'cylindrical', 'couette', 'flow', 'and', ... | [-0.10836628146375739, 0.10538796810606989, -0.12258440967425416, 0.07907224800654275, -0.11140759404506823, -0.1096846059679014, -0.02073513033850364, 0.37602299058362265, -0.22605595297077238, -0.31262271398996083, 0.10260383464493464, -0.2569207539682659, -0.11378248723660589, 0.18893343957872924, -0.072954565663858... |
1,803.09626 | Searching for a kinematic signature of the moderately metal-poor stars
in the Milky Way bulge using N-body simulations | Although there is consensus that metal-rich stars in the Milky Way bulge are
formed via secular evolution of the thin disc, the origin of their metal-poor
counterparts is still under debate. Two different origins have been invoked for
metal-poor stars: they might be classical bulge stars or stars formed via
internal ... | astro-ph.GA | although there is consensus that metalrich stars in the milky way bulge are formed via secular evolution of the thin disc the origin of their metalpoor counterparts is still under debate two different origins have been invoked for metalpoor stars they might be classical bulge stars or stars formed via internal evolutio... | [['although', 'there', 'is', 'consensus', 'that', 'metalrich', 'stars', 'in', 'the', 'milky', 'way', 'bulge', 'are', 'formed', 'via', 'secular', 'evolution', 'of', 'the', 'thin', 'disc', 'the', 'origin', 'of', 'their', 'metalpoor', 'counterparts', 'is', 'still', 'under', 'debate', 'two', 'different', 'origins', 'have',... | [-0.06244853293184686, 0.14577175490558147, -0.07861125816907252, 0.13615012875194507, -0.11678402094218564, -0.06418613094121872, 0.03647147186231074, 0.4208682327500349, -0.14806971814727404, -0.34552121249704565, -0.024856437605073695, -0.3064623306199523, 0.0137134979580395, 0.20746284658136532, -0.0729740096936586... |
1,803.09627 | GreyCat: Efficient What-If Analytics for Data in Motion at Scale | Over the last few years, data analytics shifted from a descriptive era,
confined to the explanation of past events, to the emergence of predictive
techniques. Nonetheless, existing predictive techniques still fail to
effectively explore alternative futures, which continuously diverge from
current situations when expl... | cs.DB | over the last few years data analytics shifted from a descriptive era confined to the explanation of past events to the emergence of predictive techniques nonetheless existing predictive techniques still fail to effectively explore alternative futures which continuously diverge from current situations when exploring th... | [['over', 'the', 'last', 'few', 'years', 'data', 'analytics', 'shifted', 'from', 'a', 'descriptive', 'era', 'confined', 'to', 'the', 'explanation', 'of', 'past', 'events', 'to', 'the', 'emergence', 'of', 'predictive', 'techniques', 'nonetheless', 'existing', 'predictive', 'techniques', 'still', 'fail', 'to', 'effective... | [-0.10091790275542092, 0.08545274668208816, -0.07094073865343542, 0.07270167030305054, -0.13405034505515634, -0.14435204520807876, 0.09970837838345152, 0.36940680900314715, -0.32040358907269206, -0.3629594204180381, 0.1377834891217764, -0.282560374978108, -0.12632957497279515, 0.21305441247600623, -0.0885943679998437, ... |
1,803.09628 | Can accelerated expansion of the universe be due to spacetime vorticity? | We present here a general relativistic mechanism for accelerated cosmic
expansion and the Hubble's constant. It is shown that spacetime vorticity
coupled to the magnetic field density in galaxies causes the galaxies to recede
from one another at a rate equal to the Hubble's constant. We therefore predict
an oscillato... | astro-ph.CO astro-ph.HE gr-qc | we present here a general relativistic mechanism for accelerated cosmic expansion and the hubbles constant it is shown that spacetime vorticity coupled to the magnetic field density in galaxies causes the galaxies to recede from one another at a rate equal to the hubbles constant we therefore predict an oscillatory uni... | [['we', 'present', 'here', 'a', 'general', 'relativistic', 'mechanism', 'for', 'accelerated', 'cosmic', 'expansion', 'and', 'the', 'hubbles', 'constant', 'it', 'is', 'shown', 'that', 'spacetime', 'vorticity', 'coupled', 'to', 'the', 'magnetic', 'field', 'density', 'in', 'galaxies', 'causes', 'the', 'galaxies', 'to', 'r... | [-0.12682904628424072, 0.18044754165901777, -0.11505241115626536, 0.09597697011317666, -0.12312701246456097, -0.11254342193715275, -0.035974593521831064, 0.2944768842897917, -0.26772080523599134, -0.31100357917970733, 0.03348070495688406, -0.25080403993396383, -0.017853066337441926, 0.15867025551729297, 0.0228650309880... |
1,803.09629 | Stochastic models of multi-channel particulate transport with blockage | Networks of channels conveying particles are often subject to blockages due
to the limited carrying capacity of the individual channels. If the channels
are coupled, blockage of one causes an increase in the flux entering the
remaining open channels leading to a cascade of failures. Once all channels are
blocked no a... | cond-mat.stat-mech | networks of channels conveying particles are often subject to blockages due to the limited carrying capacity of the individual channels if the channels are coupled blockage of one causes an increase in the flux entering the remaining open channels leading to a cascade of failures once all channels are blocked no additi... | [['networks', 'of', 'channels', 'conveying', 'particles', 'are', 'often', 'subject', 'to', 'blockages', 'due', 'to', 'the', 'limited', 'carrying', 'capacity', 'of', 'the', 'individual', 'channels', 'if', 'the', 'channels', 'are', 'coupled', 'blockage', 'of', 'one', 'causes', 'an', 'increase', 'in', 'the', 'flux', 'ente... | [-0.19538019365455087, 0.20122200593623138, -0.037373819076527225, 0.027113679499010866, 0.013474465364711146, -0.21281165260650958, 0.09563117270457437, 0.3620001640426749, -0.24416809799576192, -0.26394404002593275, 0.10172211026945258, -0.3047560551221561, -0.048303716304580475, 0.1526468035992491, -0.03004425196225... |
1,803.0963 | Metric Learning with Dynamically Generated Pairwise Constraints for Ear
Recognition | Ear recognition task is known as predicting whether two ear images belong to
the same person or not. In this paper, we present a novel metric learning
method for ear recognition. This method is formulated as a pairwise constrained
optimization problem. In each training cycle, this method selects the nearest
similar a... | cs.CV cs.LG | ear recognition task is known as predicting whether two ear images belong to the same person or not in this paper we present a novel metric learning method for ear recognition this method is formulated as a pairwise constrained optimization problem in each training cycle this method selects the nearest similar and diss... | [['ear', 'recognition', 'task', 'is', 'known', 'as', 'predicting', 'whether', 'two', 'ear', 'images', 'belong', 'to', 'the', 'same', 'person', 'or', 'not', 'in', 'this', 'paper', 'we', 'present', 'a', 'novel', 'metric', 'learning', 'method', 'for', 'ear', 'recognition', 'this', 'method', 'is', 'formulated', 'as', 'a', ... | [-0.03682595594085518, -0.02830419553494131, -0.05867682393170423, 0.07738957793233502, -0.11405616130277112, -0.21919066135284934, 0.012744549400726887, 0.45460903248539913, -0.2879889737814665, -0.3100876335876885, 0.10291583984272203, -0.2745541589301046, -0.2163505905123243, 0.17693079787994492, -0.1500191782424981... |
1,803.09631 | Sparse Recovery over Graph Incidence Matrices | Classical results in sparse recovery guarantee the exact reconstruction of
$s$-sparse signals under assumptions on the dictionary that are either too
strong or NP-hard to check. Moreover, such results may be pessimistic in
practice since they are based on a worst-case analysis. In this paper, we
consider the sparse r... | cs.IT cs.SI eess.SP math.IT | classical results in sparse recovery guarantee the exact reconstruction of ssparse signals under assumptions on the dictionary that are either too strong or nphard to check moreover such results may be pessimistic in practice since they are based on a worstcase analysis in this paper we consider the sparse recovery of ... | [['classical', 'results', 'in', 'sparse', 'recovery', 'guarantee', 'the', 'exact', 'reconstruction', 'of', 'ssparse', 'signals', 'under', 'assumptions', 'on', 'the', 'dictionary', 'that', 'are', 'either', 'too', 'strong', 'or', 'nphard', 'to', 'check', 'moreover', 'such', 'results', 'may', 'be', 'pessimistic', 'in', 'p... | [-0.1170816392165749, 0.031065695323564322, -0.08897875973393451, 0.051869650836236625, -0.0770715136584915, -0.12021800535348283, 0.054701120110247796, 0.4053998378500955, -0.27606031341695114, -0.25258612600856856, 0.21127834735671058, -0.197538063102338, -0.21264341640228737, 0.17266043287236243, -0.1096518347980709... |
1,803.09632 | Big Data Challenges in Genome Informatics | In recent years, we have witnessed a dramatic data explosion in genomics,
thanks to the improvement in sequencing technologies and the drastically
decreasing costs. We are entering the era of millions of available genomes.
Notably, each genome can be composed of billions of nucleotides stored as plain
text files in G... | q-bio.OT cs.CE | in recent years we have witnessed a dramatic data explosion in genomics thanks to the improvement in sequencing technologies and the drastically decreasing costs we are entering the era of millions of available genomes notably each genome can be composed of billions of nucleotides stored as plain text files in gigabyte... | [['in', 'recent', 'years', 'we', 'have', 'witnessed', 'a', 'dramatic', 'data', 'explosion', 'in', 'genomics', 'thanks', 'to', 'the', 'improvement', 'in', 'sequencing', 'technologies', 'and', 'the', 'drastically', 'decreasing', 'costs', 'we', 'are', 'entering', 'the', 'era', 'of', 'millions', 'of', 'available', 'genomes... | [-0.09951413486492072, 0.08643955007241463, 0.0005262357407008056, 0.03744710383959758, -0.06698300753846581, -0.07943386004455848, 0.04628739531301422, 0.3853827761716129, -0.3102634781856596, -0.3599935175669897, 0.1477088086180573, -0.36799497682785176, -0.12089609527201564, 0.22989794997969804, -0.1535908031783262,... |
1,803.09633 | Direct Proofs of the Fundamental Theorem of Calculus for the Omega
Integral | When introduced in a 2018 article in the American Mathematical Monthly, the
omega integral was shown to be an extension of the Riemann integral. Although
results for continuous functions such as the Fundamental Theorem of Calculus
follow immediately, a much more satisfying approach would be to provide direct
proofs n... | math.CA | when introduced in a 2018 article in the american mathematical monthly the omega integral was shown to be an extension of the riemann integral although results for continuous functions such as the fundamental theorem of calculus follow immediately a much more satisfying approach would be to provide direct proofs not re... | [['when', 'introduced', 'in', 'a', '2018', 'article', 'in', 'the', 'american', 'mathematical', 'monthly', 'the', 'omega', 'integral', 'was', 'shown', 'to', 'be', 'an', 'extension', 'of', 'the', 'riemann', 'integral', 'although', 'results', 'for', 'continuous', 'functions', 'such', 'as', 'the', 'fundamental', 'theorem',... | [-0.07504255667057198, 0.02894696009874072, -0.18818023930847025, 0.12087576278912214, -0.18536723218858242, -0.08971467015023032, 0.0224600942650189, 0.3085268839728087, -0.24317601191966484, -0.26431118408218024, 0.1518289980595, -0.2096457195856298, -0.1637478662771173, 0.29402566309824274, -0.13349639233589794, 0.0... |
1,803.09634 | Partial control of chaos: how to avoid undesirable behaviors with small
controls in presence of noise | The presence of a nonattractive chaotic set, also called chaotic saddle, in
phase space implies the appearance of a finite time kind of chaos that is known
as transient chaos. For a given dynamical system in a certain region of phase
space with transient chaos, trajectories eventually abandon the chaotic region
escap... | nlin.CD | the presence of a nonattractive chaotic set also called chaotic saddle in phase space implies the appearance of a finite time kind of chaos that is known as transient chaos for a given dynamical system in a certain region of phase space with transient chaos trajectories eventually abandon the chaotic region escaping to... | [['the', 'presence', 'of', 'a', 'nonattractive', 'chaotic', 'set', 'also', 'called', 'chaotic', 'saddle', 'in', 'phase', 'space', 'implies', 'the', 'appearance', 'of', 'a', 'finite', 'time', 'kind', 'of', 'chaos', 'that', 'is', 'known', 'as', 'transient', 'chaos', 'for', 'a', 'given', 'dynamical', 'system', 'in', 'a', ... | [-0.1730253116474772, 0.11409204859038273, -0.12217447335907142, 0.04275047032742248, -0.05195235876100404, -0.09938047043884135, 0.06764939905581425, 0.31840414209101275, -0.28767532086075875, -0.2708559338355019, 0.14183460369478074, -0.2222869310595157, -0.20525619181500254, 0.227145975398622, -0.0931408672272798, 0... |
1,803.09635 | Autonomous decision-making against induced seismicity in deep fluid
injections | The rise in the frequency of anthropogenic earthquakes due to deep fluid
injections is posing serious economic, societal, and legal challenges to
geo-energy and waste-disposal projects. We propose an actuarial approach to
mitigate this risk, first by defining an autonomous decision-making process
based on an adaptive... | physics.geo-ph physics.data-an | the rise in the frequency of anthropogenic earthquakes due to deep fluid injections is posing serious economic societal and legal challenges to geoenergy and wastedisposal projects we propose an actuarial approach to mitigate this risk first by defining an autonomous decisionmaking process based on an adaptive traffic ... | [['the', 'rise', 'in', 'the', 'frequency', 'of', 'anthropogenic', 'earthquakes', 'due', 'to', 'deep', 'fluid', 'injections', 'is', 'posing', 'serious', 'economic', 'societal', 'and', 'legal', 'challenges', 'to', 'geoenergy', 'and', 'wastedisposal', 'projects', 'we', 'propose', 'an', 'actuarial', 'approach', 'to', 'miti... | [-0.0827956530895593, 0.07760149324122281, -0.06284246325868509, 0.1016391887766245, -0.07918760298568871, -0.12729821662351334, 0.09202129761064329, 0.3571501534729812, -0.252991458492896, -0.27636935875856694, 0.17110460197742663, -0.2894406268641967, -0.13123395477935249, 0.1970280502771613, -0.21334601384251542, 0.... |
1,803.09636 | Dual addition formulas: the case of continuous $q$-ultraspherical and
$q$-Hermite polynomials | We settle the dual addition formula for continuous $q$-ultraspherical
polynomials as an expansion in terms of special $q$-Racah polynomials for which
the constant term is given by the linearization formula for the continuous
$q$-ultraspherical polynomials. In a second proof we derive the dual addition
formula from th... | math.CA | we settle the dual addition formula for continuous qultraspherical polynomials as an expansion in terms of special qracah polynomials for which the constant term is given by the linearization formula for the continuous qultraspherical polynomials in a second proof we derive the dual addition formula from the rahmanverm... | [['we', 'settle', 'the', 'dual', 'addition', 'formula', 'for', 'continuous', 'qultraspherical', 'polynomials', 'as', 'an', 'expansion', 'in', 'terms', 'of', 'special', 'qracah', 'polynomials', 'for', 'which', 'the', 'constant', 'term', 'is', 'given', 'by', 'the', 'linearization', 'formula', 'for', 'the', 'continuous', ... | [-0.1335986583237199, 0.06296956877454447, -0.07553758696936395, 0.052592084481569844, -0.08993658269553081, -0.11652513629203473, 0.025214130585284336, 0.24867382754936165, -0.29744212868947373, -0.16403993705044623, 0.15029743825679348, -0.22013140378344426, -0.20508466531401096, 0.20971202466677388, -0.0783848150201... |
1,803.09637 | Connections between Minkowski and Cosmological Correlation Functions | We show how cosmological correlation functions of massless fields can be
rewritten in terms of Minkowski correlation functions, by extracting
symmetry-breaking operators from the cosmological correlators. This technique
simplifies some cosmological calculations. Also, known properties of Minkowski
correlation functio... | hep-th astro-ph.CO | we show how cosmological correlation functions of massless fields can be rewritten in terms of minkowski correlation functions by extracting symmetrybreaking operators from the cosmological correlators this technique simplifies some cosmological calculations also known properties of minkowski correlation functions can ... | [['we', 'show', 'how', 'cosmological', 'correlation', 'functions', 'of', 'massless', 'fields', 'can', 'be', 'rewritten', 'in', 'terms', 'of', 'minkowski', 'correlation', 'functions', 'by', 'extracting', 'symmetrybreaking', 'operators', 'from', 'the', 'cosmological', 'correlators', 'this', 'technique', 'simplifies', 'so... | [-0.15113437785545275, 0.16041492765015436, -0.16857752509185092, 0.21144465165672868, -0.11595478001150436, -0.10511116529371411, -0.06342786268907644, 0.3057087123937284, -0.27727681810834576, -0.2614869281117405, 0.03031779702896962, -0.270134059601419, -0.15762228713858695, 0.16203664371555315, 0.00411404910985203,... |
1,803.09638 | On the Limitation of Local Intrinsic Dimensionality for Characterizing
the Subspaces of Adversarial Examples | Understanding and characterizing the subspaces of adversarial examples aid in
studying the robustness of deep neural networks (DNNs) to adversarial
perturbations. Very recently, Ma et al. (ICLR 2018) proposed to use local
intrinsic dimensionality (LID) in layer-wise hidden representations of DNNs to
study adversarial... | cs.LG cs.CR cs.CV stat.ML | understanding and characterizing the subspaces of adversarial examples aid in studying the robustness of deep neural networks dnns to adversarial perturbations very recently ma et al iclr 2018 proposed to use local intrinsic dimensionality lid in layerwise hidden representations of dnns to study adversarial subspaces i... | [['understanding', 'and', 'characterizing', 'the', 'subspaces', 'of', 'adversarial', 'examples', 'aid', 'in', 'studying', 'the', 'robustness', 'of', 'deep', 'neural', 'networks', 'dnns', 'to', 'adversarial', 'perturbations', 'very', 'recently', 'ma', 'et', 'al', 'iclr', '2018', 'proposed', 'to', 'use', 'local', 'intrin... | [-0.07312537000618549, 0.03811857733403353, -0.004387343128311258, 0.10015959025064519, -0.05374056252524329, -0.22872899088881982, 0.06336239515747243, 0.4102520098484763, -0.23921241724945025, -0.3074940023576452, 0.08571860542604519, -0.27126671010131037, -0.23221965205575368, 0.20342263215090356, -0.184214204877560... |
1,803.09639 | On the multipacking number of grid graphs | In 2001, Erwin introduced broadcast domination in graphs. It is a variant of
classical domination where selected vertices may have different domination
powers. The minimum cost of a dominating broadcast in a graph $G$ is denoted
$\gamma_b(G)$. The dual of this problem is called multipacking: a multipacking
is a set $... | cs.DM math.CO | in 2001 erwin introduced broadcast domination in graphs it is a variant of classical domination where selected vertices may have different domination powers the minimum cost of a dominating broadcast in a graph g is denoted gamma_bg the dual of this problem is called multipacking a multipacking is a set m of vertices s... | [['in', '2001', 'erwin', 'introduced', 'broadcast', 'domination', 'in', 'graphs', 'it', 'is', 'a', 'variant', 'of', 'classical', 'domination', 'where', 'selected', 'vertices', 'may', 'have', 'different', 'domination', 'powers', 'the', 'minimum', 'cost', 'of', 'a', 'dominating', 'broadcast', 'in', 'a', 'graph', 'g', 'is... | [-0.22077801331620792, 0.17228542823175869, -0.021679878273400767, 0.0022322135070210387, -0.09477941842813944, -0.17697185519761566, 0.01953486231846157, 0.3309250537177612, -0.25348077157977966, -0.3263401422649622, 0.11255591557329071, -0.3459119396155764, -0.12176745896195543, 0.09061734590133459, -0.10954536717577... |
1,803.0964 | Sturm-Liouville and Carroll: at the heart of the Memory Effect | For a plane gravitational wave whose profile is given, in Brinkmann coordinates, by a $2\times2$ symmetric traceless matrix $K(U)$, the matrix Sturm-Liouville equation $\ddot{P}=KP$ plays a multiple and central r\^ole: (i) it determines the isometries, (ii) it appears as the key tool for switching from Brinkmann to BJR... | gr-qc hep-th math-ph math.MP | for a plane gravitational wave whose profile is given in brinkmann coordinates by a 2times2 symmetric traceless matrix ku the matrix sturmliouville equation ddotpkp plays a multiple and central role i it determines the isometries ii it appears as the key tool for switching from brinkmann to bjr coordinates and vice ver... | [['for', 'a', 'plane', 'gravitational', 'wave', 'whose', 'profile', 'is', 'given', 'in', 'brinkmann', 'coordinates', 'by', 'a', '2times2', 'symmetric', 'traceless', 'matrix', 'ku', 'the', 'matrix', 'sturmliouville', 'equation', 'ddotpkp', 'plays', 'a', 'multiple', 'and', 'central', 'role', 'i', 'it', 'determines', 'the... | [-0.1771890008356422, 0.15689585963264108, -0.08263940486358479, 0.054323263368860356, -0.10828436081646942, -0.18076507924706675, -0.02697911161085358, 0.3219852713868022, -0.27303689549444243, -0.23128939573653043, 0.116371969114698, -0.2670623523939867, -0.15418381053314079, 0.12955259011359885, -0.01650308719836175... |
1,803.09641 | Unsupervised Separation of Transliterable and Native Words for Malayalam | Differentiating intrinsic language words from transliterable words is a key
step aiding text processing tasks involving different natural languages. We
consider the problem of unsupervised separation of transliterable words from
native words for text in Malayalam language. Outlining a key observation on the
diversity... | cs.CL | differentiating intrinsic language words from transliterable words is a key step aiding text processing tasks involving different natural languages we consider the problem of unsupervised separation of transliterable words from native words for text in malayalam language outlining a key observation on the diversity of ... | [['differentiating', 'intrinsic', 'language', 'words', 'from', 'transliterable', 'words', 'is', 'a', 'key', 'step', 'aiding', 'text', 'processing', 'tasks', 'involving', 'different', 'natural', 'languages', 'we', 'consider', 'the', 'problem', 'of', 'unsupervised', 'separation', 'of', 'transliterable', 'words', 'from', ... | [-0.03294848582905149, -0.029073962032335473, -0.09720481658123631, 0.08942522177888922, -0.12469024994962774, -0.11465829268790188, 0.09241554182253581, 0.40757253529108334, -0.29097163790952313, -0.28964785336871196, 0.03485561737098393, -0.2831566301133253, -0.16057054843934895, 0.24249389047571665, -0.1322880083678... |
1,803.09642 | Active Colloidal Molecules | Like ordinary molecules are composed of atoms, colloidal molecules consist of
several species of colloidal particles tightly bound together. If one of these
components is self-propelled or swimming, novel "active colloidal molecules"
emerge. Active colloidal molecules exist on various levels such as
"homonuclear", "h... | cond-mat.soft | like ordinary molecules are composed of atoms colloidal molecules consist of several species of colloidal particles tightly bound together if one of these components is selfpropelled or swimming novel active colloidal molecules emerge active colloidal molecules exist on various levels such as homonuclear heteronuclear ... | [['like', 'ordinary', 'molecules', 'are', 'composed', 'of', 'atoms', 'colloidal', 'molecules', 'consist', 'of', 'several', 'species', 'of', 'colloidal', 'particles', 'tightly', 'bound', 'together', 'if', 'one', 'of', 'these', 'components', 'is', 'selfpropelled', 'or', 'swimming', 'novel', 'active', 'colloidal', 'molecu... | [-0.14234677031585066, 0.29683964682764064, -0.02183094977114636, -0.05908563438352648, -0.024403077785621632, -0.1878356820875574, -0.057154848597557435, 0.4076125154701563, -0.21257894105472408, -0.32665182046776453, 0.017606610149544264, -0.3045958350975435, -0.17024661497734897, 0.11875347407780341, -0.000342727280... |
1,803.09643 | On the Orderability Problem and the Interval Topology | The class of LOTS (linearly ordered topological spaces, i.e. spaces equipped
with a topology generated by a linear order) contains many important spaces,
like the set of real numbers, the set of rational numbers and the ordinals.
Such spaces have rich topological properties, which are not necessarily
hereditary. The ... | math.GN | the class of lots linearly ordered topological spaces ie spaces equipped with a topology generated by a linear order contains many important spaces like the set of real numbers the set of rational numbers and the ordinals such spaces have rich topological properties which are not necessarily hereditary the orderability... | [['the', 'class', 'of', 'lots', 'linearly', 'ordered', 'topological', 'spaces', 'ie', 'spaces', 'equipped', 'with', 'a', 'topology', 'generated', 'by', 'a', 'linear', 'order', 'contains', 'many', 'important', 'spaces', 'like', 'the', 'set', 'of', 'real', 'numbers', 'the', 'set', 'of', 'rational', 'numbers', 'and', 'the... | [-0.16577096019939677, 0.14646756092637278, -0.046812703857592085, 0.09353243779746921, -0.10840189152177636, -0.08246252048624361, 0.03053528664073324, 0.33476823056495286, -0.31152589328405333, -0.2553247396183026, 0.10673304604710936, -0.2806935863402801, -0.18490979723571763, 0.20470701454669177, -0.084370422590622... |
1,803.09644 | Effect of thresholds on the width of three-body resonances | It has been recently reported an intriguing theoretical result of a narrow
three-body resonance with a large available phase space. The resonance was
reported in the $N\Lambda\Lambda-\Xi NN$ system near the $\Xi d$ threshold,
having a very small width in spite of the open $N\Lambda\Lambda$ channel lying
around 23 MeV... | nucl-th hep-ph | it has been recently reported an intriguing theoretical result of a narrow threebody resonance with a large available phase space the resonance was reported in the nlambdalambdaxi nn system near the xi d threshold having a very small width in spite of the open nlambdalambda channel lying around 23 mev below the xi nn c... | [['it', 'has', 'been', 'recently', 'reported', 'an', 'intriguing', 'theoretical', 'result', 'of', 'a', 'narrow', 'threebody', 'resonance', 'with', 'a', 'large', 'available', 'phase', 'space', 'the', 'resonance', 'was', 'reported', 'in', 'the', 'nlambdalambdaxi', 'nn', 'system', 'near', 'the', 'xi', 'd', 'threshold', 'h... | [-0.16878100325642476, 0.124894017414036, -0.07863380995795838, 0.11298186048710097, -0.04331051152976947, -0.1710567449797587, 0.0669624377778014, 0.3580883352578371, -0.22136049721143797, -0.3231938340829621, 0.04474340572393896, -0.30507282189082824, -0.10910341941119953, 0.14165510150507607, 0.018831643436489433, 0... |
1,803.09645 | Teaching Light Polarization by Putting Art and Physics Together | Light Polarization has many technological applications and its discovery was
crucial to reveal the transverse nature of the electromagnetic waves. However,
despite its fundamental and practical importance, in high school this property
of light is often neglected. This is a pity not only for its conceptual
relevance, ... | physics.ed-ph physics.optics | light polarization has many technological applications and its discovery was crucial to reveal the transverse nature of the electromagnetic waves however despite its fundamental and practical importance in high school this property of light is often neglected this is a pity not only for its conceptual relevance but als... | [['light', 'polarization', 'has', 'many', 'technological', 'applications', 'and', 'its', 'discovery', 'was', 'crucial', 'to', 'reveal', 'the', 'transverse', 'nature', 'of', 'the', 'electromagnetic', 'waves', 'however', 'despite', 'its', 'fundamental', 'and', 'practical', 'importance', 'in', 'high', 'school', 'this', 'p... | [-0.04862401654589452, 0.14741942411482278, -0.12139905232397265, 0.09750167103365524, -0.18703741063773865, -0.171715858143479, 0.01999418172727591, 0.4208580247776688, -0.24463923744719662, -0.37326389683539385, 0.06416615480396007, -0.2814728781440348, -0.20575315280489437, 0.23632957208381802, -0.10196691317448639,... |
1,803.09646 | On Existence and Uniqueness of Formal Power Series Solutions of
Algebraic Ordinary Differential Equations | Given an algebraic ordinary differential equation (AODE), we propose a
computational method to determine when a truncated power series can be extended
to a formal power series solution. If a certain regularity condition on the
given AODE or on the initial values is fulfilled, we compute all of the
solutions. Moreover... | cs.SC | given an algebraic ordinary differential equation aode we propose a computational method to determine when a truncated power series can be extended to a formal power series solution if a certain regularity condition on the given aode or on the initial values is fulfilled we compute all of the solutions moreover when th... | [['given', 'an', 'algebraic', 'ordinary', 'differential', 'equation', 'aode', 'we', 'propose', 'a', 'computational', 'method', 'to', 'determine', 'when', 'a', 'truncated', 'power', 'series', 'can', 'be', 'extended', 'to', 'a', 'formal', 'power', 'series', 'solution', 'if', 'a', 'certain', 'regularity', 'condition', 'on... | [-0.17475421567048346, -0.021528773992447115, -0.12487627549895218, 0.057976759428025354, -0.13158838776871562, -0.09904805283461299, 0.01563020393451942, 0.28396165746131113, -0.32641180511564016, -0.24185846796525376, 0.15774708097201906, -0.2640756902417966, -0.1201997553829902, 0.20082319361224238, -0.0619714956464... |
1,803.09647 | Ion Diffusion and Acceleration in Plasma Turbulence | Particle transport, acceleration and energisation are phenomena of major
importance for both space and laboratory plasmas. Despite years of study, an
accurate theoretical description of these effects is still lacking. Validating
models with self-consistent, kinetic simulations represents today a new
challenge for the... | physics.plasm-ph | particle transport acceleration and energisation are phenomena of major importance for both space and laboratory plasmas despite years of study an accurate theoretical description of these effects is still lacking validating models with selfconsistent kinetic simulations represents today a new challenge for the descrip... | [['particle', 'transport', 'acceleration', 'and', 'energisation', 'are', 'phenomena', 'of', 'major', 'importance', 'for', 'both', 'space', 'and', 'laboratory', 'plasmas', 'despite', 'years', 'of', 'study', 'an', 'accurate', 'theoretical', 'description', 'of', 'these', 'effects', 'is', 'still', 'lacking', 'validating', ... | [-0.10822711827357218, 0.18815896192880913, -0.015282445711001187, 0.08504031798063899, -0.03621295120720339, -0.05242413890996028, -0.04444470331536995, 0.34192716290207603, -0.27313679212680725, -0.2946226860557188, 0.02252665347024751, -0.25137929859717784, -0.0667299613433218, 0.22658137300588144, 0.016870869501918... |
1,803.09648 | Tunable Snell's law for spin waves in heterochiral magnetic films | Thin ferromagnetic films with an interfacially induced DMI exhibit nontrivial
asymmetric dispersion relations that lead to unique and useful magnonic
properties. Here we derive an analytical expression for the magnon propagation
angle within the micromagnetic framework and show how the dispersion relation
can be appr... | cond-mat.mtrl-sci | thin ferromagnetic films with an interfacially induced dmi exhibit nontrivial asymmetric dispersion relations that lead to unique and useful magnonic properties here we derive an analytical expression for the magnon propagation angle within the micromagnetic framework and show how the dispersion relation can be approxi... | [['thin', 'ferromagnetic', 'films', 'with', 'an', 'interfacially', 'induced', 'dmi', 'exhibit', 'nontrivial', 'asymmetric', 'dispersion', 'relations', 'that', 'lead', 'to', 'unique', 'and', 'useful', 'magnonic', 'properties', 'here', 'we', 'derive', 'an', 'analytical', 'expression', 'for', 'the', 'magnon', 'propagation... | [-0.20950472799992736, 0.20947812775950067, -0.07832955439678496, 0.02151406225600531, -0.15074810564577107, -0.13976859983559403, 0.00598248132755832, 0.4691964334083928, -0.2735391360585622, -0.28817304058207405, -0.047300589672337835, -0.23125824308584605, -0.1599811437906557, 0.24797980701883457, 0.1020036712529078... |
1,803.09649 | Entropy in the interior of a Kerr black hole | Christodoulou and Rovelli have shown that the maximal interior volume of a
Schwarzschild black hole linearly grows with time. Recently, their conclusion
has been extended to the Reissner{-}Nordstr$\ddot{\text{o}}$m and Kerr black
holes. Meanwhile, the entropy of interior volume in a Schwarzschild black hole
has also ... | gr-qc hep-ph | christodoulou and rovelli have shown that the maximal interior volume of a schwarzschild black hole linearly grows with time recently their conclusion has been extended to the reissnernordstrddottextom and kerr black holes meanwhile the entropy of interior volume in a schwarzschild black hole has also been calculated h... | [['christodoulou', 'and', 'rovelli', 'have', 'shown', 'that', 'the', 'maximal', 'interior', 'volume', 'of', 'a', 'schwarzschild', 'black', 'hole', 'linearly', 'grows', 'with', 'time', 'recently', 'their', 'conclusion', 'has', 'been', 'extended', 'to', 'the', 'reissnernordstrddottextom', 'and', 'kerr', 'black', 'holes',... | [-0.0923560246872512, 0.0761541705331183, -0.10673377927159891, 0.11030567166089895, -0.04327503816166427, -0.12716732380504253, 0.012832582501869184, 0.2583403804543195, -0.17281979148683604, -0.269029601776856, 0.12383600133980507, -0.385999246040592, -0.08981243980815634, 0.21855707230279223, -0.11426294098782819, 0... |
1,803.0965 | Visual-Inertial Teach and Repeat for Aerial Inspection | Industrial facilities often require periodic visual inspections of key
installations. Examining these points of interest is time consuming,
potentially hazardous or require special equipment to reach. MAVs are ideal
platforms to automate this expensive and tedious task. In this work we present
a novel system that ena... | cs.RO | industrial facilities often require periodic visual inspections of key installations examining these points of interest is time consuming potentially hazardous or require special equipment to reach mavs are ideal platforms to automate this expensive and tedious task in this work we present a novel system that enables a... | [['industrial', 'facilities', 'often', 'require', 'periodic', 'visual', 'inspections', 'of', 'key', 'installations', 'examining', 'these', 'points', 'of', 'interest', 'is', 'time', 'consuming', 'potentially', 'hazardous', 'or', 'require', 'special', 'equipment', 'to', 'reach', 'mavs', 'are', 'ideal', 'platforms', 'to',... | [-0.131213982969356, 0.028453012178577198, -0.07617339894029848, 0.0002886628908984488, -0.112004937520823, -0.1819891273356225, 0.08412307035438092, 0.4260375111327408, -0.26023363416517603, -0.33891738253494713, 0.12752217103729763, -0.2624436644642151, -0.16659842735916044, 0.222260252481545, -0.18148045933300722, 0... |
1,803.09651 | Conservation law of energy-momentum in general relativity | We explain the necessity of application of semi-metric in general relativity.
A detailed discussion on the energy-momentum conservation in the general
relativity is presented using the mathematical tool of semi-metric. By means of
the general covariant spacetime translation transformation, the most general
covariant ... | gr-qc | we explain the necessity of application of semimetric in general relativity a detailed discussion on the energymomentum conservation in the general relativity is presented using the mathematical tool of semimetric by means of the general covariant spacetime translation transformation the most general covariant conserva... | [['we', 'explain', 'the', 'necessity', 'of', 'application', 'of', 'semimetric', 'in', 'general', 'relativity', 'a', 'detailed', 'discussion', 'on', 'the', 'energymomentum', 'conservation', 'in', 'the', 'general', 'relativity', 'is', 'presented', 'using', 'the', 'mathematical', 'tool', 'of', 'semimetric', 'by', 'means',... | [-0.14120607252213327, 0.06258551752420538, -0.10663203547962687, 0.1338284201337956, -0.13959574913888267, -0.1107071516823701, -0.018537980659554403, 0.24629131916233085, -0.176428789211169, -0.2571672163903713, 0.027390242762383863, -0.23230175106701526, -0.136683859636612, 0.16280608979815786, -0.09271432332355868,... |
1,803.09652 | Redox potential replica exchange molecular dynamics at constant pH in
AMBER: Implementation and validation | Redox processes are important in chemistry, with applications in biomedicine,
chemical analysis, among others. As many redox experiments are also performed
at a fixed value of pH, having an efficient computational method to support
experimental measures at both constant redox potential and pH is very
important. Such ... | physics.chem-ph | redox processes are important in chemistry with applications in biomedicine chemical analysis among others as many redox experiments are also performed at a fixed value of ph having an efficient computational method to support experimental measures at both constant redox potential and ph is very important such computat... | [['redox', 'processes', 'are', 'important', 'in', 'chemistry', 'with', 'applications', 'in', 'biomedicine', 'chemical', 'analysis', 'among', 'others', 'as', 'many', 'redox', 'experiments', 'are', 'also', 'performed', 'at', 'a', 'fixed', 'value', 'of', 'ph', 'having', 'an', 'efficient', 'computational', 'method', 'to', ... | [-0.0636461584489475, 0.0744328612082998, -0.061017446089969125, 0.02547445216634881, -0.014000286310261418, -0.19530676099604408, 0.056679521904817905, 0.4393220794271649, -0.23264214843006212, -0.3060500173244712, 0.0655459581866189, -0.27649876810502, -0.12292450579883199, 0.23254791125695784, -0.013132881685412785,... |
1,803.09653 | Limiting curvature mimetic gravity and its relation to Loop Quantum
Cosmology | Considering as usual that the underlying geometry of our universe is well
described by the spatially flat Friedmann-Lemaitre-Robertson-Walker line
element, we review how the background of holonomy corrected Loop Quantum
Cosmology (LQC) could be obtained as a simple modified version of the mimetic
gravity. We also ana... | gr-qc | considering as usual that the underlying geometry of our universe is well described by the spatially flat friedmannlemaitrerobertsonwalker line element we review how the background of holonomy corrected loop quantum cosmology lqc could be obtained as a simple modified version of the mimetic gravity we also analyze the ... | [['considering', 'as', 'usual', 'that', 'the', 'underlying', 'geometry', 'of', 'our', 'universe', 'is', 'well', 'described', 'by', 'the', 'spatially', 'flat', 'friedmannlemaitrerobertsonwalker', 'line', 'element', 'we', 'review', 'how', 'the', 'background', 'of', 'holonomy', 'corrected', 'loop', 'quantum', 'cosmology',... | [-0.08331111315110663, 0.11521797017897216, -0.15088732260332074, 0.12789878965342277, -0.07601427309707089, -0.1744900568924352, -0.11288966213238759, 0.2937766233555762, -0.24558633393695894, -0.2706214662054817, 0.05821827838509256, -0.21842809727872317, -0.16437853979965988, 0.12115738427108329, -0.0766823619850120... |
1,803.09654 | Bifurcation sets and global monodromies of Newton non-degenerate
polynomials on algebraic sets | Let $S\subset \mathbb{C}^n$ be a non-singular algebraic set and $f \colon
\mathbb{C}^n \to \mathbb{C}$ be a polynomial function. It is well-known that
the restriction $f|_S \colon S \to \mathbb{C}$ of $f$ on $S$ is a locally
trivial fibration outside a finite set $B(f|_S) \subset \mathbb{C}.$ In this
paper, we give a... | math.AG | let ssubset mathbbcn be a nonsingular algebraic set and f colon mathbbcn to mathbbc be a polynomial function it is wellknown that the restriction f_s colon s to mathbbc of f on s is a locally trivial fibration outside a finite set bf_s subset mathbbc in this paper we give an explicit description of a finite set t_infty... | [['let', 'ssubset', 'mathbbcn', 'be', 'a', 'nonsingular', 'algebraic', 'set', 'and', 'f', 'colon', 'mathbbcn', 'to', 'mathbbc', 'be', 'a', 'polynomial', 'function', 'it', 'is', 'wellknown', 'that', 'the', 'restriction', 'f_s', 'colon', 's', 'to', 'mathbbc', 'of', 'f', 'on', 's', 'is', 'a', 'locally', 'trivial', 'fibrat... | [-0.19045046829971773, 0.08061087354626266, -0.05715505662695344, -0.03227047178340305, -0.08385627417150757, -0.12325262058012444, 0.020482574429780503, 0.29630136318376354, -0.349607781683705, -0.10935876619006539, 0.09807810002118991, -0.3261896874787735, -0.12173107701257385, 0.19350688593975943, -0.094454123426614... |
1,803.09655 | BAGAN: Data Augmentation with Balancing GAN | Image classification datasets are often imbalanced, characteristic that
negatively affects the accuracy of deep-learning classifiers. In this work we
propose balancing GAN (BAGAN) as an augmentation tool to restore balance in
imbalanced datasets. This is challenging because the few minority-class images
may not be en... | cs.CV cs.LG stat.ML | image classification datasets are often imbalanced characteristic that negatively affects the accuracy of deeplearning classifiers in this work we propose balancing gan bagan as an augmentation tool to restore balance in imbalanced datasets this is challenging because the few minorityclass images may not be enough to t... | [['image', 'classification', 'datasets', 'are', 'often', 'imbalanced', 'characteristic', 'that', 'negatively', 'affects', 'the', 'accuracy', 'of', 'deeplearning', 'classifiers', 'in', 'this', 'work', 'we', 'propose', 'balancing', 'gan', 'bagan', 'as', 'an', 'augmentation', 'tool', 'to', 'restore', 'balance', 'in', 'imb... | [0.01421966189956105, 0.04257258511931267, -0.029057207261055908, 0.09811428665688064, -0.11559352245894354, -0.17356468320842958, 0.0023761248706696218, 0.4859628279337147, -0.27753595937505965, -0.3543805230753465, 0.02599815723889401, -0.2725530684888113, -0.16625889525405013, 0.1868614350748717, -0.1883057004895988... |
1,803.09656 | Uniaxial anisotropy and enhanced magnetostriction of CoFe$_2$O$_4$
induced by reaction under uniaxial pressure with SPS | In this study, we have compared magnetic and magnetostrictive properties of
polycrystalline CoFe$_2$O$_4$ pellets, produced by three different methods,
focusing on the use of Spark Plasma Sintering (SPS). This technique allows a
very short heat treatment stage while a uniaxial pressure is applied. SPS was
utilized to... | cond-mat.mtrl-sci | in this study we have compared magnetic and magnetostrictive properties of polycrystalline cofe_2o_4 pellets produced by three different methods focusing on the use of spark plasma sintering sps this technique allows a very short heat treatment stage while a uniaxial pressure is applied sps was utilized to sinter cobal... | [['in', 'this', 'study', 'we', 'have', 'compared', 'magnetic', 'and', 'magnetostrictive', 'properties', 'of', 'polycrystalline', 'cofe_2o_4', 'pellets', 'produced', 'by', 'three', 'different', 'methods', 'focusing', 'on', 'the', 'use', 'of', 'spark', 'plasma', 'sintering', 'sps', 'this', 'technique', 'allows', 'a', 've... | [-0.08467076954242962, 0.22579922323225887, -0.11195473533516125, -0.04410146905374986, -0.09232301203211626, -0.10303846613823117, 0.025354221209206364, 0.4426279130255009, -0.29318530075748656, -0.2895328603828183, 0.059921199301179576, -0.256236876056703, -0.043497101048828216, 0.2066802177911989, 0.0323088905168371... |
1,803.09657 | Progress in structure recovery from low dose exposures: Mixed molecular
adsorption, exploitation of symmetry and reconstruction from the minimum
signal level | We investigate the recovery of structures from large-area, low dose exposures
that distribute the dose over many identical copies of an object. The
reconstruction is done via a maximum likelihood approach that does neither
require to identify nor align the individual particles. We also simulate small
molecular adsorb... | cond-mat.mtrl-sci | we investigate the recovery of structures from largearea low dose exposures that distribute the dose over many identical copies of an object the reconstruction is done via a maximum likelihood approach that does neither require to identify nor align the individual particles we also simulate small molecular adsorbates o... | [['we', 'investigate', 'the', 'recovery', 'of', 'structures', 'from', 'largearea', 'low', 'dose', 'exposures', 'that', 'distribute', 'the', 'dose', 'over', 'many', 'identical', 'copies', 'of', 'an', 'object', 'the', 'reconstruction', 'is', 'done', 'via', 'a', 'maximum', 'likelihood', 'approach', 'that', 'does', 'neithe... | [-0.07343320145690502, 0.10253002637172597, -0.02504974866485936, 0.03474205588975034, -0.011888455839408875, -0.14157378860443032, 0.058687444305166155, 0.4565463296118999, -0.2272456459288529, -0.37719252540561177, 0.08780682930838467, -0.3039450054400719, -0.09594134530896359, 0.16967139150572302, -0.092123247279891... |
1,803.09658 | Theory of Strain-Induced Confinement in Transition Metal Dichalcogenide
Monolayers | Recent experimental studies of out-of-plane straining geometries of
transition metal dichalchogenide (TMD) monolayers have demonstrated sufficient
band gap renormalisation for device application such as single photon emitters.
Here, a simple continuum-mechanical plate-theory approach is used to estimate
the topograph... | cond-mat.mes-hall | recent experimental studies of outofplane straining geometries of transition metal dichalchogenide tmd monolayers have demonstrated sufficient band gap renormalisation for device application such as single photon emitters here a simple continuummechanical platetheory approach is used to estimate the topography of tmd m... | [['recent', 'experimental', 'studies', 'of', 'outofplane', 'straining', 'geometries', 'of', 'transition', 'metal', 'dichalchogenide', 'tmd', 'monolayers', 'have', 'demonstrated', 'sufficient', 'band', 'gap', 'renormalisation', 'for', 'device', 'application', 'such', 'as', 'single', 'photon', 'emitters', 'here', 'a', 's... | [-0.12815217942236953, 0.14071925818426348, -0.03856130738136352, -0.008032690588347364, -0.01316412200138673, -0.1401004334036636, 0.05695469359611005, 0.4436085821698176, -0.24720464479771986, -0.30923463571691673, -0.01975325092395155, -0.29371712571822556, -0.13323692155372188, 0.21993511400166774, 0.01928367326036... |
1,803.09659 | A multilayer backpropagation saliency detection algorithm and its
applications | Saliency detection is an active topic in the multimedia field. Most previous
works on saliency detection focus on 2D images. However, these methods are not
robust against complex scenes which contain multiple objects or complex
backgrounds. Recently, depth information supplies a powerful cue for saliency
detection. I... | cs.CV | saliency detection is an active topic in the multimedia field most previous works on saliency detection focus on 2d images however these methods are not robust against complex scenes which contain multiple objects or complex backgrounds recently depth information supplies a powerful cue for saliency detection in this p... | [['saliency', 'detection', 'is', 'an', 'active', 'topic', 'in', 'the', 'multimedia', 'field', 'most', 'previous', 'works', 'on', 'saliency', 'detection', 'focus', 'on', '2d', 'images', 'however', 'these', 'methods', 'are', 'not', 'robust', 'against', 'complex', 'scenes', 'which', 'contain', 'multiple', 'objects', 'or',... | [-0.04028207052408928, -0.03785902284911454, -0.06210018413126348, 0.03883093317704005, -0.09216153985940881, -0.1759785417009205, -0.04104997183387769, 0.49531336045296365, -0.21556840251263742, -0.3396465150219756, 0.0765875901185697, -0.27447178184745774, -0.2472223124125101, 0.2002595739961121, -0.1752487674107655,... |
1,803.0966 | The Delta-calculus: syntax and types | We present the Delta-calculus, an explicitly typed lambda-calculus with
strong pairs, projections and explicit type coercions. The calculus can be
parametrized with different intersection type theories T, e.g. the
Coppo-Dezani, the Coppo-Dezani-Salle', the Coppo-Dezani-Venneri and the
Barendregt-Coppo-Dezani ones, pr... | cs.LO | we present the deltacalculus an explicitly typed lambdacalculus with strong pairs projections and explicit type coercions the calculus can be parametrized with different intersection type theories t eg the coppodezani the coppodezanisalle the coppodezanivenneri and the barendregtcoppodezani ones producing a family of d... | [['we', 'present', 'the', 'deltacalculus', 'an', 'explicitly', 'typed', 'lambdacalculus', 'with', 'strong', 'pairs', 'projections', 'and', 'explicit', 'type', 'coercions', 'the', 'calculus', 'can', 'be', 'parametrized', 'with', 'different', 'intersection', 'type', 'theories', 't', 'eg', 'the', 'coppodezani', 'the', 'co... | [-0.11541650564041143, 0.0397440891538281, -0.06732696517370641, 0.11541210926137864, -0.12374949310906232, -0.1708667715638876, 0.032639295275245485, 0.2792933894259234, -0.34769097172344726, -0.27096439446943504, 0.09931556234369054, -0.25933787362184374, -0.10485966549254953, 0.1660211510118097, -0.12458634177688509... |
1,803.09661 | Influence of stellar structure, evolution and rotation on the tidal
damping of exoplanetary spin-orbit angles | It is debated whether close-in giant planets can form in-situ and if not,
which mechanisms are responsible for their migration. One of the observable
tests for migration theories is the current value of the angle between the
stellar equatorial plane and the orbital plane, called the obliquity. After the
main migratio... | astro-ph.EP astro-ph.SR | it is debated whether closein giant planets can form insitu and if not which mechanisms are responsible for their migration one of the observable tests for migration theories is the current value of the angle between the stellar equatorial plane and the orbital plane called the obliquity after the main migration mechan... | [['it', 'is', 'debated', 'whether', 'closein', 'giant', 'planets', 'can', 'form', 'insitu', 'and', 'if', 'not', 'which', 'mechanisms', 'are', 'responsible', 'for', 'their', 'migration', 'one', 'of', 'the', 'observable', 'tests', 'for', 'migration', 'theories', 'is', 'the', 'current', 'value', 'of', 'the', 'angle', 'bet... | [-0.16057794106870954, 0.19203828864643072, -0.07670831404904133, 0.09714778214407137, -0.1128157264577519, -0.06080724563523147, 0.026426262567800125, 0.36093567377895835, -0.21681684332393242, -0.32580357789993286, 0.08010483516845852, -0.21916614703245854, -0.06806133539955082, 0.23546252790103225, -0.03052226276414... |
1,803.09662 | Invariant Properties of Fatou Set, Julia Set and Escaping Set of
Holomorphic Semigroup | In this paper, we prove that escaping set of transcendental semigroup is
S-forward invariant. We also prove that if holomorphic semigroup is abelian,
then Fatou set, Julia set and escaping set are S-completely invariant. We see
certain cases and conditions that the holomorphic semigroup dynamics exhibits
same dynamic... | math.DS | in this paper we prove that escaping set of transcendental semigroup is sforward invariant we also prove that if holomorphic semigroup is abelian then fatou set julia set and escaping set are scompletely invariant we see certain cases and conditions that the holomorphic semigroup dynamics exhibits same dynamical behavi... | [['in', 'this', 'paper', 'we', 'prove', 'that', 'escaping', 'set', 'of', 'transcendental', 'semigroup', 'is', 'sforward', 'invariant', 'we', 'also', 'prove', 'that', 'if', 'holomorphic', 'semigroup', 'is', 'abelian', 'then', 'fatou', 'set', 'julia', 'set', 'and', 'escaping', 'set', 'are', 'scompletely', 'invariant', 'w... | [-0.16361189282066385, 0.1102806649000292, -0.09173388049845964, 0.14549743207860213, -0.12321350037146517, -0.0991488368739046, -0.003367506841551775, 0.33176605162066475, -0.4006471697857577, -0.15685729043636942, 0.110083483207092, -0.3191412109094606, -0.22867402990519162, 0.2114464514692065, -0.06894607731783894, ... |
1,803.09663 | On negative association of some finite point processes on general state
spaces, extended version | We study negative association (NA) for mixed sampled point processes and show
that NA holds for such processes if the random number of points of them
fulfills ULC property. We connect NA property of point processes with dcx
dependence ordering and show some consequences of it for mixed sampled and
determinantal point... | math.PR | we study negative association na for mixed sampled point processes and show that na holds for such processes if the random number of points of them fulfills ulc property we connect na property of point processes with dcx dependence ordering and show some consequences of it for mixed sampled and determinantal point proc... | [['we', 'study', 'negative', 'association', 'na', 'for', 'mixed', 'sampled', 'point', 'processes', 'and', 'show', 'that', 'na', 'holds', 'for', 'such', 'processes', 'if', 'the', 'random', 'number', 'of', 'points', 'of', 'them', 'fulfills', 'ulc', 'property', 'we', 'connect', 'na', 'property', 'of', 'point', 'processes'... | [-0.08756339022536473, 0.1484652003273368, -0.05493640239703758, 0.12463280693467321, -0.029361690852213008, -0.17957647706799465, 0.11654788413655078, 0.4003173352765112, -0.33294837048341486, -0.1750732272188982, 0.044117260563733246, -0.31081472003254396, -0.20693778612747274, 0.1506356081828989, -0.0147658580320020... |
1,803.09664 | On mixed Hessians and the Lefschetz properties | We introduce a new type of Hessian matrix, that we call Mixed Hessian. The
mixed Hessian is used to compute the rank of a multiplication map by a power of
a linear form in a standard graded Artinian Gorenstein algebra. In particular
we recover the main result of \cite{MW} for identifying Strong Lefschetz
elements, ge... | math.AC math.AG | we introduce a new type of hessian matrix that we call mixed hessian the mixed hessian is used to compute the rank of a multiplication map by a power of a linear form in a standard graded artinian gorenstein algebra in particular we recover the main result of citemw for identifying strong lefschetz elements generalizin... | [['we', 'introduce', 'a', 'new', 'type', 'of', 'hessian', 'matrix', 'that', 'we', 'call', 'mixed', 'hessian', 'the', 'mixed', 'hessian', 'is', 'used', 'to', 'compute', 'the', 'rank', 'of', 'a', 'multiplication', 'map', 'by', 'a', 'power', 'of', 'a', 'linear', 'form', 'in', 'a', 'standard', 'graded', 'artinian', 'gorens... | [-0.1421151917128192, -0.027418909877721036, -0.08468546136119566, 0.13454123866871337, -0.10482821315592089, -0.22463452544102405, -0.047353780487311314, 0.33634571358887155, -0.3479699491607872, -0.1653520478443666, 0.10480008429320126, -0.22177982547674963, -0.1787971260801114, 0.15083261859974453, -0.17955459122565... |
1,803.09665 | Underactuated Hand Design Using Mechanically Realizable Manifolds | Hand synergies, or joint coordination patterns, have become an effective tool
for achieving versatile robotic grasping with simple hands or planning
algorithms. Here we propose a method to determine the hand synergies such that
they can be physically implemented in an underactuated fashion. Given a
kinematic hand mod... | cs.RO | hand synergies or joint coordination patterns have become an effective tool for achieving versatile robotic grasping with simple hands or planning algorithms here we propose a method to determine the hand synergies such that they can be physically implemented in an underactuated fashion given a kinematic hand model and... | [['hand', 'synergies', 'or', 'joint', 'coordination', 'patterns', 'have', 'become', 'an', 'effective', 'tool', 'for', 'achieving', 'versatile', 'robotic', 'grasping', 'with', 'simple', 'hands', 'or', 'planning', 'algorithms', 'here', 'we', 'propose', 'a', 'method', 'to', 'determine', 'the', 'hand', 'synergies', 'such',... | [-0.08421957410428149, 0.04687170703925858, -0.10925856394442235, 0.03021041863667051, -0.13818083392834524, -0.23683200581217534, 0.05585593217983842, 0.4505670430662576, -0.250348922178091, -0.3462865424080519, 0.11671704877062439, -0.1946889680584718, -0.21194519457276328, 0.24688742890975846, -0.09734340341674397, ... |
1,803.09666 | Ground state solutions of inhomogeneous Bethe equations | The distribution of Bethe roots, solution of the inhomogeneous Bethe
equations, which characterize the ground state of the periodic XXX Heisenberg
spin-$\frac{1}{2}$ chain is investigated. Numerical calculations shows that,
for this state, the new inhomogeneous term does not contribute to the Baxter
T-Q equation in t... | math-ph hep-th math.MP | the distribution of bethe roots solution of the inhomogeneous bethe equations which characterize the ground state of the periodic xxx heisenberg spinfrac12 chain is investigated numerical calculations shows that for this state the new inhomogeneous term does not contribute to the baxter tq equation in the thermodynamic... | [['the', 'distribution', 'of', 'bethe', 'roots', 'solution', 'of', 'the', 'inhomogeneous', 'bethe', 'equations', 'which', 'characterize', 'the', 'ground', 'state', 'of', 'the', 'periodic', 'xxx', 'heisenberg', 'spinfrac12', 'chain', 'is', 'investigated', 'numerical', 'calculations', 'shows', 'that', 'for', 'this', 'sta... | [-0.2166054906847421, 0.1481371678528376, -0.03870144146912935, 0.0889740378188435, -0.08602049120236188, -0.11017240167711861, -0.011706156528816791, 0.2891383997630328, -0.25783954735925363, -0.22106146506848745, 0.07736883822690288, -0.32811742464400595, -0.06666300820143078, 0.1392320741979347, 0.09805291107477387,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.