Source author record

Yuting Wang

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

ResearcherUnclaimed source record

Catalog footprint

What is connected

56works
20topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

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

Building this map preview

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

Published work

56 published item(s)

preprint2026arXiv

Deep Learning Superresolution for 7T Knee MR Imaging: Impact on Image Quality and Diagnostic Performance

Background: Deep learning superresolution (SR) may enhance musculoskeletal MR image quality, but its diagnostic value in knee imaging at 7T is unclear. Objectives: To compare image quality and diagnostic performance of SR, low-resolution (LR), and high-resolution (HR) 7T knee MRI. Methods: In this prospective study, 42 participants underwent 7T knee MRI with LR (0.8*0.8*2 mm3) and HR (0.4*0.4*2 mm3) sequences. SR images were generated from LR data using a Hybrid Attention Transformer model. Three radiologists assessed image quality, anatomic conspicuity, and detection of knee pathologies. Arthroscopy served as reference in 10 cases. Results: SR images showed higher overall quality than LR (median score 5 vs 4, P<.001) and lower noise than HR (5 vs 4, P<.001). Visibility of cartilage, menisci, and ligaments was superior in SR and HR compared to LR (P<.001). Detection rates and diagnostic performance (sensitivity, specificity, AUC) for intra-articular pathology were similar across image types (P>=.095). Conclusions: Deep learning superresolution improved subjective image quality in 7T knee MRI but did not increase diagnostic accuracy compared with standard LR imaging.

preprint2026arXiv

GLM-4.5V and GLM-4.1V-Thinking: Towards Versatile Multimodal Reasoning with Scalable Reinforcement Learning

We present GLM-4.1V-Thinking, GLM-4.5V, and GLM-4.6V, a family of vision-language models (VLMs) designed to advance general-purpose multimodal understanding and reasoning. In this report, we share our key findings in the development of the reasoning-centric training framework. We first develop a capable vision foundation model with significant potential through large-scale pre-training, which arguably sets the upper bound for the final performance. We then propose Reinforcement Learning with Curriculum Sampling (RLCS) to unlock the full potential of the model, leading to comprehensive capability enhancement across a diverse range of tasks, including STEM problem solving, video understanding, content recognition, coding, grounding, GUI-based agents, and long document interpretation. In a comprehensive evaluation across 42 public benchmarks, GLM-4.5V achieves state-of-the-art performance on nearly all tasks among open-source models of similar size, and demonstrates competitive or even superior results compared to closed-source models such as Gemini-2.5-Flash on challenging tasks including Coding and GUI Agents. Meanwhile, the smaller GLM-4.1V-9B-Thinking remains highly competitive-achieving superior results to the much larger Qwen2.5-VL-72B on 29 benchmarks. We open-source both GLM-4.1V-9B-Thinking and GLM-4.5V. We further introduce the GLM-4.6V series, open-source multimodal models with native tool use and a 128K context window. A brief overview is available at https://z.ai/blog/glm-4.6v. Code, models and more information are released at https://github.com/zai-org/GLM-V.

preprint2026arXiv

GLM-5V-Turbo: Toward a Native Foundation Model for Multimodal Agents

We present GLM-5V-Turbo, a step toward native foundation models for multimodal agents. As foundation models are increasingly deployed in real environments, agentic capability depends not only on language reasoning, but also on the ability to perceive, interpret, and act over heterogeneous contexts such as images, videos, webpages, documents, GUIs. GLM-5V-Turbo is built around this objective: multimodal perception is integrated as a core component of reasoning, planning, tool use, and execution, rather than as an auxiliary interface to a language model. This report summarizes the main improvements behind GLM-5V-Turbo across model design, multimodal training, reinforcement learning, toolchain expansion, and integration with agent frameworks. These developments lead to strong performance in multimodal coding, visual tool use, and framework-based agentic tasks, while preserving competitive text-only coding capability. More importantly, our development process offers practical insights for building multimodal agents, highlighting the central role of multimodal perception, hierarchical optimization, and reliable end-to-end verification.

preprint2026arXiv

Large-scale EM Benchmark for Multi-Organelle Instance Segmentation in the Wild

Accurate instance-level segmentation of organelles in electron microscopy (EM) is critical for quantitative analysis of subcellular morphology and inter-organelle interactions. However, current benchmarks, based on small, curated datasets, fail to capture the inherent heterogeneity and large spatial context of in-the-wild EM data, imposing fundamental limitations on current patch-based methods. To address these limitations, we developed a large-scale, multi-source benchmark for multi-organelle instance segmentation, comprising over 100,000 2D EM images across variety cell types and five organelle classes that capture real-world variability. Dataset annotations were generated by our designed connectivity-aware Label Propagation Algorithm (3D LPA) with expert refinement. We further benchmarked several state-of-the-art models, including U-Net, SAM variants, and Mask2Former. Our results show several limitations: current models struggle to generalize across heterogeneous EM data and perform poorly on organelles with global, distributed morphologies (e.g., Endoplasmic Reticulum). These findings underscore the fundamental mismatch between local-context models and the challenge of modeling long-range structural continuity in the presence of real-world variability. The benchmark dataset and labeling tool will be publicly released soon.

preprint2026arXiv

Revisiting Uncertainty: On Evidential Learning for Partially Relevant Video Retrieval

Partially relevant video retrieval aims to retrieve untrimmed videos using text queries that describe only partial content. However, the inherent asymmetry between brief queries and rich video content inevitably introduces uncertainty into the retrieval process. In this setting, vague queries often induce semantic ambiguity across videos, a challenge that is further exacerbated by the sparse temporal supervision within videos, which fails to provide sufficient matching evidence. To address this, we propose Holmes, a hierarchical evidential learning framework that aggregates multi-granular cross-modal evidence to quantify and model uncertainty explicitly. At the inter-video level, similarity scores are interpreted as evidential support and modeled via a Dirichlet distribution. Based on the proposed three-fold principle, we perform fine-grained query identification, which then guides query-adaptive calibrated learning. At the intra-video level, to accumulate denser evidence, we formulate a soft query-clip alignment via flexible optimal transport with an adaptive dustbin, which alleviates sparse temporal supervision while suppressing spurious local responses. Extensive experiments demonstrate that Holmes outperforms state-of-the-art methods. Code is released at https://github.com/lijun2005/ICML26-Holmes.

preprint2026arXiv

RFAssigner: A Generic Label Assignment Strategy for Dense Object Detection

Label assignment is a critical component in training dense object detectors. State-of-the-art methods typically assign each training sample a positive and a negative weight, optimizing the assignment scheme during training. However, these strategies often assign an insufficient number of positive samples to small objects, leading to a scale imbalance during training. To address this limitation, we introduce RFAssigner, a novel assignment strategy designed to enhance the multi-scale learning capabilities of dense detectors. RFAssigner first establishes an initial set of positive samples using a point-based prior. It then leverages a Gaussian Receptive Field (GRF) distance to measure the similarity between the GRFs of unassigned candidate locations and the ground-truth objects. Based on this metric, RFAssigner adaptively selects supplementary positive samples from the unassigned pool, promoting a more balanced learning process across object scales. Comprehensive experiments on three datasets with distinct object scale distributions validate the effectiveness and generalizability of our method. Notably, a single FCOS-ResNet-50 detector equipped with RFAssigner achieves state-of-the-art performance across all object scales, consistently outperforming existing strategies without requiring auxiliary modules or heuristics.

preprint2025arXiv

Introduction to the Chinese Space Station Survey Telescope (CSST)

The Chinese Space Station Survey Telescope (CSST) is an upcoming Stage-IV sky survey telescope, distinguished by its large field of view (FoV), high image quality, and multi-band observation capabilities. It can simultaneously conduct precise measurements of the Universe by performing multi-color photometric imaging and slitless spectroscopic surveys. The CSST is equipped with five scientific instruments, i.e. Multi-band Imaging and Slitless Spectroscopy Survey Camera (SC), Multi-Channel Imager (MCI), Integral Field Spectrograph (IFS), Cool Planet Imaging Coronagraph (CPI-C), and THz Spectrometer (TS). Using these instruments, CSST is expected to make significant contributions and discoveries across various astronomical fields, including cosmology, galaxies and active galactic nuclei (AGN), the Milky Way and nearby galaxies, stars, exoplanets, Solar System objects, astrometry, and transients and variable sources. This review aims to provide a comprehensive overview of the CSST instruments, observational capabilities, data products, and scientific potential.

preprint2024arXiv

GMMFormer: Gaussian-Mixture-Model Based Transformer for Efficient Partially Relevant Video Retrieval

Given a text query, partially relevant video retrieval (PRVR) seeks to find untrimmed videos containing pertinent moments in a database. For PRVR, clip modeling is essential to capture the partial relationship between texts and videos. Current PRVR methods adopt scanning-based clip construction to achieve explicit clip modeling, which is information-redundant and requires a large storage overhead. To solve the efficiency problem of PRVR methods, this paper proposes GMMFormer, a Gaussian-Mixture-Model based Transformer which models clip representations implicitly. During frame interactions, we incorporate Gaussian-Mixture-Model constraints to focus each frame on its adjacent frames instead of the whole video. Then generated representations will contain multi-scale clip information, achieving implicit clip modeling. In addition, PRVR methods ignore semantic differences between text queries relevant to the same video, leading to a sparse embedding space. We propose a query diverse loss to distinguish these text queries, making the embedding space more intensive and contain more semantic information. Extensive experiments on three large-scale video datasets (i.e., TVR, ActivityNet Captions, and Charades-STA) demonstrate the superiority and efficiency of GMMFormer. Code is available at \url{https://github.com/huangmozhi9527/GMMFormer}.

preprint2022arXiv

A new consistency test for $Λ$CDM cosmology using galaxy surveys

We propose a new consistency test for the $Λ$CDM cosmology using baryonic acoustic oscillations (BAO) and redshift space distortion (RSD) measurements from galaxy redshift surveys. Specifically, we determine the peak position of $fσ_8(z)$ in redshift $z$ offered by a RSD measurement, and compare it to the one predicted by the BAO observables assuming a flat $Λ$CDM cosmology. We demonstrate this new test using the simulated data for the DESI galaxy survey, and argue that this test complements those using the background observables alone, and is less subject to systematics in the RSD analysis, compared to traditional methods using values of $fσ_8(z)$ directly.

preprint2022arXiv

DCDChain: A Credible Architecture of Digital Copyright Detection Based on Blockchain

Copyright detection is an effective method to prevent piracy. However, untrustworthy detection parties may lead to falsified detection results. Due to its credibility and tamper resistance, blockchain has been applied to copyright protection. Previous works mainly utilized blockchain for reliable copyright information storage or copyrighted digital media trading. As far as we know, the problem of credible copyright detection has not been addressed. In this paper, we propose a credible copyright detection architecture based on the blockchain, called DCDChain. In this architecture, the detection agency first detects copyrights off the chain, then uploads the detection records to the blockchain. Since data on the blockchain are publicly accessible, media providers can verify the correctness of the copyright detection, and appeal to a smart contract if there is any dissent. The smart contract then arbitrates the disputes by verifying the correctness of detection on the chain. The detect-verify-and-arbitrate mechanism guarantees the credibility of copyright detection. Security analysis and experimental simulations show that the digital copyright detection architecture is credible, secure and efficient. The proposed credible copyright detection scheme is highly important for copyright protection. The future work is to improve the scheme by designing more effective locality sensitive hash algorithms for various digital media.

preprint2022arXiv

Determination of neutron-skin thickness using configurational information entropy

Configurational information entropy (CIE) theory was employed to determine the neutron skin thickness of neutron-rich calcium isotopes. The nuclear density distributions and fragment cross-sections in 350 MeV/u $^{40-60}$Ca + $^{9}$Be projectile fragmentation reactions were calculated using a modified statistical abrasion-ablation model. CIE quantities were determined from the nuclear density, isotopic, mass, and charge distributions. The linear correlations between the CIE determined using the isotopic, mass, and charge distributions and the neutron skin thickness of the projectile nucleus show that CIE provides new methods to extract the neutron skin thickness of neutron-rich nuclei.

preprint2022arXiv

TENET: Transformer Encoding Network for Effective Temporal Flow on Motion Prediction

This technical report presents an effective method for motion prediction in autonomous driving. We develop a Transformer-based method for input encoding and trajectory prediction. Besides, we propose the Temporal Flow Header to enhance the trajectory encoding. In the end, an efficient K-means ensemble method is used. Using our Transformer network and ensemble method, we win the first place of Argoverse 2 Motion Forecasting Challenge with the state-of-the-art brier-minFDE score of 1.90.

preprint2021arXiv

The Completed SDSS-IV extended Baryon Oscillation Spectroscopic Survey: measurement of the BAO and growth rate of structure of the emission line galaxy sample from the anisotropic power spectrum between redshift 0.6 and 1.1

We analyse the large-scale clustering in Fourier space of emission line galaxies (ELG) from the Data Release 16 of the Sloan Digital Sky Survey IV extended Baryon Oscillation Spectroscopic Survey. The ELG sample contains 173,736 galaxies covering 1,170 square degrees in the redshift range $0.6 < z < 1.1$. We perform a BAO measurement from the post-reconstruction power spectrum monopole, and study redshift space distortions (RSD) in the first three even multipoles. Photometric variations yield fluctuations of both the angular and radial survey selection functions. Those are directly inferred from data, imposing integral constraints which we model consistently. The full data set has only a weak preference for a BAO feature ($1.4σ$). At the effective redshift $z_{\rm eff} = 0.845$ we measure $D_{\rm V}(z_{\rm eff})/r_{\rm drag} = 18.33_{-0.62}^{+0.57}$, with $D_{\rm V}$ the volume-averaged distance and $r_{\rm drag}$ the comoving sound horizon at the drag epoch. In combination with the RSD measurement, at $z_{\rm eff} = 0.85$ we find $fσ_8(z_{\rm eff}) = 0.289_{-0.096}^{+0.085}$, with $f$ the growth rate of structure and $σ_8$ the normalisation of the linear power spectrum, $D_{\rm H}(z_{\rm eff})/r_{\rm drag} = 20.0_{-2.2}^{+2.4}$ and $D_{\rm M}(z_{\rm eff})/r_{\rm drag} = 19.17 \pm 0.99$ with $D_{\rm H}$ and $D_{\rm M}$ the Hubble and comoving angular distances, respectively. These results are in agreement with those obtained in configuration space, thus allowing a consensus measurement of $fσ_8(z_{\rm eff}) = 0.315 \pm 0.095$, $D_{\rm H}(z_{\rm eff})/r_{\rm drag} = 19.6_{-2.1}^{+2.2}$ and $D_{\rm M}(z_{\rm eff})/r_{\rm drag} = 19.5 \pm 1.0$. This measurement is consistent with a flat $Λ$CDM model with Planck parameters.

preprint2020arXiv

ABSent: Cross-Lingual Sentence Representation Mapping with Bidirectional GANs

A number of cross-lingual transfer learning approaches based on neural networks have been proposed for the case when large amounts of parallel text are at our disposal. However, in many real-world settings, the size of parallel annotated training data is restricted. Additionally, prior cross-lingual mapping research has mainly focused on the word level. This raises the question of whether such techniques can also be applied to effortlessly obtain cross-lingually aligned sentence representations. To this end, we propose an Adversarial Bi-directional Sentence Embedding Mapping (ABSent) framework, which learns mappings of cross-lingual sentence representations from limited quantities of parallel data.

preprint2020arXiv

Finite Size Scaling at the Topological Transition: Bilinear-Biquadratic Spin-1 Chain

We consider a finite size scaling function across a topological phase transition in 1D models. For models of non-interacting fermions it was shown to be universal for all topological symmetry classes and markedly asymmetric between trivial and topological sides of the transition (Gulden et al 2016). Here we verify its universality for the topological transition between dimerized and Haldane phases in bilinear-biquadratic spin-1 chain. To this end we perform high-accuracy variational matrix product state simulations. We show that the scaling function, expressed in terms of $L/ξ$, where $L$ is the chain length and $ξ$ is the correlation length, coincides with that of three species of non-interacting massive Majorana fermions. The latter is known to be a proper description of the conformal critical theory with central charge $c=3/2$. We have shown that it still holds away from the conformal point, including the finite size corrections. We have also observed peculiar differences between even and odd size chains, which may be fully accounted for by residual interactions of the edge states.

preprint2020arXiv

The clustering of the SDSS-IV extended Baryon Oscillation Spectroscopic Survey DR14 LRG sample: structure growth rate measurement from the anisotropic LRG correlation function in the redshift range 0.6 < z < 1.0

We analyze the anisotropic clustering of the Sloan Digital Sky Survey-IV Extended Baryon Oscillation Spectroscopic Survey (eBOSS) Luminous Red Galaxy Data Release 14 (DR14) sample combined with Baryon Oscillation Spectroscopic Survey (BOSS) CMASS sample of galaxies in the redshift range 0.6$<z<$1.0, which consists of 80,118 galaxies from eBOSS and 46,439 galaxies from the BOSS-CMASS sample. The eBOSS-CMASS Luminous Red Galaxy sample has a sky coverage of 1,844 deg$^2$, with an effective volume of 0.9 Gpc$^3$. The analysis was made in configuration space using a Legendre multipole expansion. The Redshift Space Distortion signal is modeled as a combination of the Convolution Lagrangian Perturbation Model and the Gaussian Streaming Model. We constrain the logarithmic growth of structure times the amplitude of dark matter density fluctuations, $f (z_{\rm eff})σ_8(z_{\rm eff})=0.454 \pm0.139 $, and the Alcock-Paczynski dilation scales which constraints the angular diameter distance $D_A(z_{eff})=1466.5 \pm 136.6 (r_s/r_s^{\rm fid})$ and $H(z_{\rm eff})=105.8 \pm 16 (r_s^{\rm fid}/r_s) \mathrm{km\,s^{-1}\,Mpc^{-1}}$, where $r_s$ is the sound horizon at the end of the baryon drag epoch and $r_s^{\rm fid}$ is its value in the fiducial cosmology at an effective redshift $z_{\rm eff}=0.72$. These results are in full agreement with the current $Λ$-Cold Dark Matter ($Λ$-CDM) cosmological model inferred from Planck measurements. This study is the first eBOSS LRG full-shape analysis i.e. including Redshift-Space Distortions (RSD) simultaneously with the Alcock-Paczynski (AP) effect and the Baryon Acoustic Oscillation (BAO) scale.

preprint2020arXiv

The Completed SDSS-IV extended Baryon Oscillation Spectroscopic Survey: measurement of the BAO and growth rate of structure of the luminous red galaxy sample from the anisotropic correlation function between redshifts 0.6 and 1

We present the cosmological analysis of the configuration-space anisotropic clustering in the completed Sloan Digital Sky Survey IV (SDSS-IV) extended Baryon Oscillation Spectroscopic Survey (eBOSS) DR16 galaxy sample. This sample consists of luminous red galaxies (LRGs) spanning the redshift range $0.6 < z < 1$, at an effective redshift of $z_{\rm eff}=0.698$. It combines 174 816 eBOSS LRGs and 202 642 BOSS CMASS galaxies. We extract and model the baryon acoustic oscillations (BAO) and redshift-space distortions (RSD) features from the galaxy two-point correlation function to infer geometrical and dynamical cosmological constraints. The adopted methodology is extensively tested on a set of realistic simulations. The correlations between the inferred parameters from the BAO and full-shape correlation function analyses are estimated. This allows us to derive joint constraints on the three cosmological parameter combinations: $D_M(z)/r_d$, $D_H(z)/r_d$ and $fσ_8(z)$, where $D_M$ is the comoving angular diameter distance, $D_H$ is Hubble distance, $r_d$ is the comoving BAO scale, $f$ is the linear growth rate of structure, and $σ_8$ is the amplitude of linear matter perturbations. After combining the results with those from the parallel power spectrum analysis of Gil-Marin et al. 2020, we obtain the constraints: $D_M/r_d = 17.65 \pm 0.30$, $D_H/r_d = 19.77 \pm 0.47$, $fσ_8 = 0.473 \pm 0.044$. These measurements are consistent with a flat $Λ$CDM model with standard gravity.

preprint2020arXiv

The Sixteenth Data Release of the Sloan Digital Sky Surveys: First Release from the APOGEE-2 Southern Survey and Full Release of eBOSS Spectra

This paper documents the sixteenth data release (DR16) from the Sloan Digital Sky Surveys; the fourth and penultimate from the fourth phase (SDSS-IV). This is the first release of data from the southern hemisphere survey of the Apache Point Observatory Galactic Evolution Experiment 2 (APOGEE-2); new data from APOGEE-2 North are also included. DR16 is also notable as the final data release for the main cosmological program of the Extended Baryon Oscillation Spectroscopic Survey (eBOSS), and all raw and reduced spectra from that project are released here. DR16 also includes all the data from the Time Domain Spectroscopic Survey (TDSS) and new data from the SPectroscopic IDentification of ERosita Survey (SPIDERS) programs, both of which were co-observed on eBOSS plates. DR16 has no new data from the Mapping Nearby Galaxies at Apache Point Observatory (MaNGA) survey (or the MaNGA Stellar Library "MaStar"). We also preview future SDSS-V operations (due to start in 2020), and summarize plans for the final SDSS-IV data release (DR17).

preprint2019arXiv

Generalized Brans-Dicke theories in light of evolving dark energy

The expansion history of the Universe reconstructed from a combination of recent data indicates a preference for a changing Dark Energy (DE) density. Moreover, the DE density appears to be increasing with cosmic time, with its equation of state being below -1 on average, and possibly crossing the so-called phantom divide. Scalar-tensor theories, in which the scalar field mediates a force between matter particles, offer a natural framework in which the effective DE equation of state can be less than -1 and cross the phantom barrier. We consider the generalized Brans-Dicke (GBD) class of scalar-tensor theories and reconstruct their Lagrangian given the effective DE density extracted from recent data. Then, given the reconstructed Lagrangian, we solve for the linear perturbations and investigate the characteristic signatures of these reconstructed GBD in the cosmological observables, such as the cosmic microwave background (CMB) anisotropy, the galaxy number counts, and their cross-correlations. In particular, we demonstrate that the Integrated Sachs-Wolfe (ISW) effect probed by the cross-correlation of CMB with the matter distribution can rule out scalar-tensor theories as the explanation of the observed DE dynamics independently from the laboratory and solar system fifth force constraints.

preprint2016arXiv

A Higher-Order Abstract Syntax Approach to Verified Transformations on Functional Programs

We describe an approach to the verified implementation of transformations on functional programs that exploits the higher-order representation of syntax. In this approach, transformations are specified using the logic of hereditary Harrop formulas. On the one hand, these specifications serve directly as implementations, being programs in the language Lambda Prolog. On the other hand, they can be used as input to the Abella system which allows us to prove properties about them and thereby about the implementations. We argue that this approach is especially effective in realizing transformations that analyze binding structure. We do this by describing concise encodings in Lambda Prolog for transformations like typed closure conversion and code hoisting that are sensitive to such structure and by showing how to prove their correctness using Abella.

preprint2016arXiv

CosmicFish Implementation Notes V1.0

CosmicFish is a publicly available library to perform Fisher matrix forecast for several cosmological observations. With the present implementation notes we provide a guide to the physical and technical details of the library. We reproduce here the details and all the relevant equations, as they appear in the code. We submit these notes to the arXiv to grant full and permanent access to this material which provides a useful guidance to forecasting and the use of CosmicFish code. We will update this set of notes when relevant modifications to the CosmicFish code will be released. The present version is based on CosmicFish Jun16.

preprint2016arXiv

CosmicFish Validation Notes V1.0

These notes show and comment the examples that have been used to validate the CosmicFish code. We compare the results obtained with the code to several other results available in literature finding an overall good level of agreement. We will update this set of notes when relevant modifications to the CosmicFish code will be released or other validation examples are worked out. The CosmicFish code and the package to produce all the validation results presented here are publicly available at http://cosmicfish.github.io. The present version is based on CosmicFish Jun16.

preprint2016arXiv

Information Gain in Cosmology: From the Discovery of Expansion to Future Surveys

Facing the advent of the next generation cosmological surveys we present a method to forecast knowledge gain on cosmological models. We propose this as a well defined and general tool to quantify the performance of different experiments in relation to different theoretical models. In particular, the assessment of experimental performance will benefit enormously from the fact that this method is invariant under re-parametrization of the model. We apply this to future surveys and compare expected knowledge advancements to the most relevant experiments performed over the history of modern cosmology. When considering the standard cosmological model, we show that it will rapidly reach knowledge saturation in the near future and forthcoming improvements will not match the past ones. On the contrary, we find that new observations have the potential for unprecedented knowledge jumps when extensions of the standard scenario are considered.

preprint2016arXiv

Optimal Redshift Weighting For Redshift Space Distortions

The low statistical errors on cosmological parameters promised by future galaxy surveys will only be realised with the development of new, fast, analysis methods that reduce potential systematic problems to low levels. We present an efficient method for measuring the evolution of the growth of structure using Redshift Space Distortions (RSD), that removes the need to make measurements in redshift shells. We provide sets of galaxy-weights that cover a wide range in redshift, but are optimised to provide differential information about cosmological evolution. These are derived to optimally measure the coefficients of a parameterisation of the redshift-dependent matter density, which provides a framework to measure deviations from the concordance $Λ$CDM cosmology, allowing for deviations in both geometric and/or growth. We test the robustness of the weights by comparing with alternative schemes and investigate the impact of galaxy bias. We extend the results to measure the combined anisotropic Baryon Acoustic Oscillation (BAO) and RSD signals.

preprint2016arXiv

The clustering of galaxies in the completed SDSS-III Baryon Oscillation Spectroscopic Survey: cosmological implications of the configuration-space clustering wedges

We explore the cosmological implications of anisotropic clustering measurements in configuration space of the final galaxy samples from Data Release 12 of the SDSS-III Baryon Oscillation Spectroscopic Survey. We implement a new detailed modelling of the effects of non-linearities, galaxy bias and redshift-space distortions that can be used to extract unbiased cosmological information from our measurements for scales $s \gtrsim 20\,h^{-1}{\rm Mpc}$. We combined the galaxy clustering information from BOSS with the latest cosmic microwave background (CMB) observations and Type Ia supernovae samples and found no significant evidence for a deviation from the $Λ$CDM cosmological model. In particular, these data sets can constrain the dark energy equation of state parameter to $w_{\rm DE}=-0.996\pm0.042$ when assumed time-independent, the curvature of the Universe to $Ω_{k}=-0.0007\pm 0.0030$ and the sum of the neutrino masses to $\sum m_ν < 0.25\,{\rm eV}$ at 95 per cent CL. We explore the constraints on the growth rate of cosmic structures assuming $f(z)=Ω_{\rm m}(z)^γ$ and obtain $γ= 0.609\pm 0.079$, in good agreement with the predictions of general relativity of $γ=0.55$. We compress the information of our clustering measurements into constraints on the parameter combinations $D_{\rm V}(z)/r_{\rm d}$, $F_{\rm AP}(z)$ and $fσ_8(z)$ at the effective redshifts of $z=0.38$, $0.51$ and $0.61$ with their respective covariance matrices and find good agreement with the predictions for these parameters obtained from the best-fitting $Λ$CDM model to the CMB data from the Planck satellite. This paper is part of a set that analyses the final galaxy clustering dataset from BOSS. The measurements and likelihoods presented here are combined with others in Alam et al. (2016) to produce the final cosmological constraints from BOSS.

preprint2016arXiv

The clustering of galaxies in the completed SDSS-III Baryon Oscillation Spectroscopic Survey: double-probe measurements from BOSS galaxy clustering \& Planck data -- towards an analysis without informative priors

We develop a new methodology called double-probe analysis with the aim of minimizing informative priors in the estimation of cosmological parameters. We extract the dark-energy-model-independent cosmological constraints from the joint data sets of Baryon Oscillation Spectroscopic Survey (BOSS) galaxy sample and Planck cosmic microwave background (CMB) measurement. We measure the mean values and covariance matrix of $\{R$, $l_a$, $Ω_b h^2$, $n_s$, $log(A_s)$, $Ω_k$, $H(z)$, $D_A(z)$, $f(z)σ_8(z)\}$, which give an efficient summary of Planck data and 2-point statistics from BOSS galaxy sample, where $R=\sqrt{Ω_m H_0^2}\,r(z_*)$, and $l_a=πr(z_*)/r_s(z_*)$, $z_*$ is the redshift at the last scattering surface, and $r(z_*)$ and $r_s(z_*)$ denote our comoving distance to $z_*$ and sound horizon at $z_*$ respectively. The advantage of this method is that we do not need to put informative priors on the cosmological parameters that galaxy clustering is not able to constrain well, i.e. $Ω_b h^2$ and $n_s$. Using our double-probe results, we obtain $Ω_m=0.304\pm0.009$, $H_0=68.2\pm0.7$, and $σ_8=0.806\pm0.014$ assuming $Λ$CDM; and $Ω_k=0.002\pm0.003$ and $w=-1.00\pm0.07$ assuming o$w$CDM. The results show no tension with the flat $Λ$CDM cosmological paradigm. By comparing with the full-likelihood analyses with fixed dark energy models, we demonstrate that the double-probe method provides robust cosmological parameter constraints which can be conveniently used to study dark energy models. We extend our study to measure the sum of neutrino mass and obtain $Σm_ν<0.10/0.22$ (68\%/95\%) assuming $Λ$CDM and $Σm_ν<0.26/0.52$ (68\%/95\%) assuming $w$CDM. This paper is part of a set that analyses the final galaxy clustering dataset from BOSS.

preprint2016arXiv

The clustering of galaxies in the completed SDSS-III Baryon Oscillation Spectroscopic Survey: Observational systematics and baryon acoustic oscillations in the correlation function

We present baryon acoustic oscillation (BAO) scale measurements determined from the clustering of 1.2 million massive galaxies with redshifts 0.2 < z < 0.75 distributed over 9300 square degrees, as quantified by their redshift-space correlation function. In order to facilitate these measurements, we define, describe, and motivate the selection function for galaxies in the final data release (DR12) of the SDSS III Baryon Oscillation Spectroscopic Survey (BOSS). This includes the observational footprint, masks for image quality and Galactic extinction, and weights to account for density relationships intrinsic to the imaging and spectroscopic portions of the survey. We simulate the observed systematic trends in mock galaxy samples and demonstrate that they impart no bias on baryon acoustic oscillation (BAO) scale measurements and have a minor impact on the recovered statistical uncertainty. We measure transverse and radial BAO distance measurements in 0.2 < z < 0.5, 0.5 < z < 0.75, and (overlapping) 0.4 < z < 0.6 redshift bins. In each redshift bin, we obtain a precision that is 2.7 per cent or better on the radial distance and 1.6 per cent or better on the transverse distance. The combination of the redshift bins represents 1.8 per cent precision on the radial distance and 1.1 per cent precision on the transverse distance. This paper is part of a set that analyses the final galaxy clustering dataset from BOSS. The measurements and likelihoods presented here are combined with others in Alam et al. (2016) to produce the final cosmological constraints from BOSS.

preprint2016arXiv

The clustering of galaxies in the SDSS-III Baryon Oscillation Spectroscopic Survey: single-probe measurements from CMASS anisotropic galaxy clustering

With the largest spectroscopic galaxy survey volume drawn from the SDSS-III Baryon Oscillation Spectroscopic Survey (BOSS), we can extract cosmological constraints from the measurements of redshift and geometric distortions at quasi-linear scales (e.g. above 50 $h^{-1}$Mpc). We analyze the broad-range shape of the monopole and quadrupole correlation functions of the BOSS Data Release 12 (DR12) CMASS galaxy sample, at the effective redshift $z=0.59$, to obtain constraints on the Hubble expansion rate $H(z)$, the angular-diameter distance $D_A(z)$, the normalized growth rate $f(z)σ_8(z)$, and the physical matter density $Ω_mh^2$. We obtain robust measurements by including a polynomial as the model for the systematic errors, and find it works very well against the systematic effects, e.g., ones induced by stars and seeing. We provide accurate measurements $\{D_A(0.59)r_{s,fid}/r_s$ $\rm Mpc$, $H(0.59)r_s/r_{s,fid}$ $km s^{-1} Mpc^{-1}$, $f(0.59)σ_8(0.59)$, $Ω_m h^2\}$ = $\{1427\pm26$, $97.3\pm3.3$, $0.488 \pm 0.060$, $0.135\pm0.016\}$, where $r_s$ is the comoving sound horizon at the drag epoch and $r_{s,fid}=147.66$ Mpc is the sound scale of the fiducial cosmology used in this study. The parameters which are not well constrained by our galaxy clustering analysis are marginalized over with wide flat priors. Since no priors from other data sets, e.g., cosmic microwave background (CMB), are adopted and no dark energy models are assumed, our results from BOSS CMASS galaxy clustering alone may be combined with other data sets, i.e., CMB, SNe, lensing or other galaxy clustering data to constrain the parameters of a given cosmological model. The uncertainty on the dark energy equation of state parameter, $w$, from CMB+CMASS is about 8 per cent. The uncertainty on the curvature fraction, $Ω_k$, is 0.3 per cent. We do not find deviation from flat $Λ$CDM.

preprint2016arXiv

The DESI Experiment Part I: Science,Targeting, and Survey Design

DESI (Dark Energy Spectroscopic Instrument) is a Stage IV ground-based dark energy experiment that will study baryon acoustic oscillations (BAO) and the growth of structure through redshift-space distortions with a wide-area galaxy and quasar redshift survey. To trace the underlying dark matter distribution, spectroscopic targets will be selected in four classes from imaging data. We will measure luminous red galaxies up to $z=1.0$. To probe the Universe out to even higher redshift, DESI will target bright [O II] emission line galaxies up to $z=1.7$. Quasars will be targeted both as direct tracers of the underlying dark matter distribution and, at higher redshifts ($ 2.1 < z < 3.5$), for the Ly-$α$ forest absorption features in their spectra, which will be used to trace the distribution of neutral hydrogen. When moonlight prevents efficient observations of the faint targets of the baseline survey, DESI will conduct a magnitude-limited Bright Galaxy Survey comprising approximately 10 million galaxies with a median $z\approx 0.2$. In total, more than 30 million galaxy and quasar redshifts will be obtained to measure the BAO feature and determine the matter power spectrum, including redshift space distortions.

preprint2016arXiv

The DESI Experiment Part II: Instrument Design

DESI (Dark Energy Spectropic Instrument) is a Stage IV ground-based dark energy experiment that will study baryon acoustic oscillations and the growth of structure through redshift-space distortions with a wide-area galaxy and quasar redshift survey. The DESI instrument is a robotically-actuated, fiber-fed spectrograph capable of taking up to 5,000 simultaneous spectra over a wavelength range from 360 nm to 980 nm. The fibers feed ten three-arm spectrographs with resolution $R= λ/Δλ$ between 2000 and 5500, depending on wavelength. The DESI instrument will be used to conduct a five-year survey designed to cover 14,000 deg$^2$. This powerful instrument will be installed at prime focus on the 4-m Mayall telescope in Kitt Peak, Arizona, along with a new optical corrector, which will provide a three-degree diameter field of view. The DESI collaboration will also deliver a spectroscopic pipeline and data management system to reduce and archive all data for eventual public use.

preprint2016arXiv

The Detailed Science Case for the Maunakea Spectroscopic Explorer: the Composition and Dynamics of the Faint Universe

MSE is an 11.25m aperture observatory with a 1.5 square degree field of view that will be fully dedicated to multi-object spectroscopy. More than 3200 fibres will feed spectrographs operating at low (R ~ 2000 - 3500) and moderate (R ~ 6000) spectral resolution, and approximately 1000 fibers will feed spectrographs operating at high (R ~ 40000) resolution. MSE is designed to enable transformational science in areas as diverse as tomographic mapping of the interstellar and intergalactic media; the in-situ chemical tagging of thick disk and halo stars; connecting galaxies to their large scale structure; measuring the mass functions of cold dark matter sub-halos in galaxy and cluster-scale hosts; reverberation mapping of supermassive black holes in quasars; next generation cosmological surveys using redshift space distortions and peculiar velocities. MSE is an essential follow-up facility to current and next generations of multi-wavelength imaging surveys, including LSST, Gaia, Euclid, WFIRST, PLATO, and the SKA, and is designed to complement and go beyond the science goals of other planned and current spectroscopic capabilities like VISTA/4MOST, WHT/WEAVE, AAT/HERMES and Subaru/PFS. It is an ideal feeder facility for E-ELT, TMT and GMT, and provides the missing link between wide field imaging and small field precision astronomy. MSE is optimized for high throughput, high signal-to-noise observations of the faintest sources in the Universe with high quality calibration and stability being ensured through the dedicated operational mode of the observatory. (abridged)

preprint2016arXiv

The extended Baryon Oscillation Spectroscopic Survey (eBOSS): a cosmological forecast

We present a science forecast for the eBOSS survey, part of the SDSS-IV project, which is a spectroscopic survey using multiple tracers of large-scale structure, including luminous red galaxies (LRGs), emission line galaxies (ELGs) and quasars (both as a direct probe of structure and through the Ly-$α$ forest). Focusing on discrete tracers, we forecast the expected accuracy of the baryonic acoustic oscillation (BAO), the redshift-space distortion (RSD) measurements, the $f_{\rm NL}$ parameter quantifying the primordial non-Gaussianity, the dark energy and modified gravity parameters. We also use the line-of-sight clustering in the Ly-$α$ forest to constrain the total neutrino mass. We find that eBOSS LRGs ($0.6<z<1.0$) (combined with the BOSS LRGs at $z>0.6$), ELGs ($0.6<z<1.2$) and Clustering Quasars (CQs) ($0.6<z<2.2$) can achieve a precision of 1%, 2.2% and 1.6% precisions, respectively, for spherically averaged BAO distance measurements. Using the same samples, the constraint on $fσ_8$ is expected to be 2.5%, 3.3% and 2.8% respectively. For primordial non-Gaussianity, eBOSS alone can reach an accuracy of $σ(f_{\rm NL})\sim10-15$, depending on the external measurement of the galaxy bias and our ability to model large-scale systematic errors. eBOSS can at most improve the dark energy Figure of Merit (FoM) by a factor of $3$ for the Chevallier-Polarski-Linder (CPL) parametrisation, and can well constrain three eigenmodes for the general equation-of-state parameter (Abridged).

preprint2016arXiv

The SDSS-IV extended Baryon Oscillation Spectroscopic Survey: Overview and Early Data

The Extended Baryon Oscillation Spectroscopic Survey (eBOSS) will conduct novel cosmological observations using the BOSS spectrograph at Apache Point Observatory. Observations will be simultaneous with the Time Domain Spectroscopic Survey (TDSS) designed for variability studies and the Spectroscopic Identification of eROSITA Sources (SPIDERS) program designed for studies of X-ray sources. eBOSS will use four different tracers to measure the distance-redshift relation with baryon acoustic oscillations (BAO). Using more than 250,000 new, spectroscopically confirmed luminous red galaxies at a median redshift z=0.72, we project that eBOSS will yield measurements of $d_A(z)$ to an accuracy of 1.2% and measurements of H(z) to 2.1% when combined with the z>0.6 sample of BOSS galaxies. With ~195,000 new emission line galaxy redshifts, we expect BAO measurements of $d_A(z)$ to an accuracy of 3.1% and H(z) to 4.7% at an effective redshift of z= 0.87. A sample of more than 500,000 spectroscopically-confirmed quasars will provide the first BAO distance measurements over the redshift range 0.9<z<2.2, with expected precision of 2.8% and 4.2% on $d_A(z)$ and H(z), respectively. Finally, with 60,000 new quasars and re-observation of 60,000 quasars known from BOSS, we will obtain new Lyman-alpha forest measurements at redshifts z>2.1; these new data will enhance the precision of $d_A(z)$ and H(z) by a factor of 1.44 relative to BOSS. Furthermore, eBOSS will provide improved tests of General Relativity on cosmological scales through redshift-space distortion measurements, improved tests for non-Gaussianity in the primordial density field, and new constraints on the summed mass of all neutrino species. Here, we provide an overview of the cosmological goals, spectroscopic target sample, demonstration of spectral quality from early data, and projected cosmological constraints from eBOSS.

preprint2016arXiv

Universal Finite-Size Scaling around Topological Quantum Phase Transitions

The critical point of a topological phase transition is described by a conformal field theory, where finite-size corrections to energy are uniquely related to its central charge. We investigate the finite-size scaling away from criticality and find a scaling function, which discriminates between phases with different topological indexes. This function appears to be universal for all five Altland-Zirnbauer symmetry classes with non-trivial topology in one spatial dimension. We obtain an analytic form of the scaling function and compare it with numerical results.

preprint2015arXiv

An efficient probe of the cosmological CPT violation

We develop an efficient method based on the linear regression algorithm to probe the cosmological CPT violation using the CMB polarisation data. We validate this method using simulated CMB data and apply it to recent CMB observations. We find that a combined data sample of BICEP1 and BOOMERanG 2003 favours a nonzero isotropic rotation angle at $2.3σ$ confidence level, ie, $Δα=-3.3 \pm1.4$ deg (68% CL) with systematics included.

preprint2015arXiv

Reconstruction of the dark matter-vacuum energy interaction

An interaction between the vacuum energy and dark matter is an intriguing possibility which may offer a way of solving the cosmological constant problem. Adopting a general prescription for momentum exchange between the two dark components, we reconstruct $α(a)$, the temporal evolution of the coupling strength between dark matter and vacuum energy, in a nonparametric Bayesian approach using combined observational data sets from the cosmic microwave background, supernovae and large scale structure. An evolving interaction between the vacuum energy and dark matter removes some of the tensions between different data sets. However, it is not preferred over $Λ$CDM in the Bayesian sense, as improvement in the fit is not sufficient to compensate for the increase in the volume of the parameter space.

preprint2014arXiv

Constraints on a decomposed dark fluid with constant adiabatic sound speed by jointing the geometry test and growth rate after Planck data

In this paper, a unified dark fluid with constant adiabatic sound speed is decomposed into cold dark matter interacting with vacuum energy. Based on Markov chain Monte Carlo method, we constrain this model by jointing the geometry and dynamical measurement. The geometry test includes cosmic microwave background radiation from \textit{Planck}, baryon acoustic oscillation, and type Ia supernovae; the dynamic measurement is $fσ_8(z)$ data points which is obtained from the growth rate via redshift-space distortion, and $σ_8(z)$ is the root-mean-square amplitude of the density contrast $δ$ at the comoving $8h^{-1}$ Mpc scale. The jointed constraint shows that $α$ = $ 0.000662_{- 0.000662}^{+ 0.000173}$ and $σ_8$ = $ 0.824_{- 0.0166}^{+ 0.0128}$. The CMB and matter power spectra are both similar for the case of $α=$ mean value and that of $α=0$. However, the evolutionary curves of $fσ_8(z)$ are different. This means that, to some extent, the data points of the growth rate could break the degeneracy of the dark energy models.

preprint2014arXiv

Post-$Planck$ constraints on interacting vacuum energy

We present improved constraints on an interacting vacuum model using updated astronomical observations including the first data release from Planck. We consider a model with one dimensionless parameter, $α$, describing the interaction between dark matter and vacuum energy (with fixed equation of state $w=-1$). The background dynamics correspond to a generalised Chaplygin gas cosmology, but the perturbations have a zero sound speed. The tension between the value of the Hubble constant, $H_0$, determined by Planck data plus WMAP polarisation (Planck+WP) and that determined by the Hubble Space Telescope (HST) can be alleviated by energy transfer from dark matter to vacuum ($α>0$). A positive $α$ increases the allowed values of $H_0$ due to parameter degeneracy within the model using only CMB data. Combining with additional datasets of including supernova type Ia (SN Ia) and baryon acoustic oscillation (BAO), we can significantly tighten the bounds on $α$. Redshift-space distortions (RSD), which constrain the linear growth of structure, provide the tightest constraints on vacuum interaction when combined with Planck+WP, and prefer energy transfer from vacuum to dark matter ($α<0$) which suppresses the growth of structure. Using the combined datasets of Planck+WP+Union2.1+BAO+RSD, we obtain the constraint on $α$ to be $-0.083<α<-0.006$ (95% C.L.), allowing low $H_0$ consistent with the measurement from 6dF Galaxy survey. This interacting vacuum model can alleviate the tension between RSD and Planck+WP in the $Λ$CDM model for $α<0$, or between HST measurements of $H_0$ and Planck+WP for $α>0$, but not both at the same time.

preprint2013arXiv

Cosmological constraints on a decomposed Chaplygin gas

Any unified dark matter cosmology can be decomposed into dark matter interacting with vacuum energy, without introducing any additional degrees of freedom. We present observational constraints on an interacting vacuum plus dark energy corresponding to a generalised Chaplygin gas cosmology. We consider two distinct models for the interaction leading to either a barotropic equation of state or dark matter that follows geodesics, corresponding to a rest-frame sound speed equal to the adiabatic sound speed or zero sound speed, respectively. For the barotropic model, the most stringent constraint on $α$ comes from the combination of CMB+SNIa+LSS(m) gives $α<5.66\times10^{-6}$ at the 95% confidence level, which indicates that the barotropic model must be extremely close to the $Λ$CDM cosmology. For the case where the dark matter follows geodesics, perturbations have zero sound speed, and CMB+SNIa+gISW then gives the much weaker constraint $-0.15<α<0.26$ at the 95% confidence level.

preprint2013arXiv

Reasoning About Higher-Order Relational Specifications

The logic of hereditary Harrop formulas (HH) has proven useful for specifying a wide range of formal systems. This logic includes a form of hypothetical judgment that leads to dynamically changing sets of assumptions and that is key to encoding side conditions and contexts that occur frequently in structural operational semantics (SOS) style presentations. Specifications are often useful in reasoning about the systems they describe. The Abella theorem prover supports such reasoning by explicitly embedding the specification logic within a rich reasoning logic; specifications are then reasoned about through this embedding. However, realizing an induction principle in the face of dynamically changing assumption sets is nontrivial and the original Abella system uses only a subset of the HH specification logic for this reason. We develop a method here for supporting inductive reasoning over all of HH. Our approach takes advantage of a focusing property of HH to isolate the use of an assumption and the ability to finitely characterize the structure of any such assumption in the reasoning logic. We demonstrate the effectiveness of these ideas via several specification and meta-theoretic reasoning examples that have been implemented in an extended version of Abella.

preprint2013arXiv

Towards Extracting Explicit Proofs from Totality Checking in Twelf

The Edinburgh Logical Framework (LF) is a dependently type lambda calculus that can be used to encode formal systems. The versatility of LF allows specifications to be constructed also about the encoded systems. The Twelf system exploits the correspondence between formulas and types to give specifications in LF a logic programming interpretation. By interpreting particular arguments as input and others as output, specifications can be seen as describing non-deterministic functions. If particular such functions can be shown to be total, they represent constructive proofs of meta-theorems of the encoded systems. Twelf provides a suite of tools for establishing totality. However, all the resulting proofs of meta-theorems are implicit: Twelf's totality checking does not yield a certificate that can be given to a proof checker. We begin the process here of making these proofs explicit. We treat the restricted situation in Twelf where context definitions (regular worlds) and lemmas are not used. In this setting we describe and prove correct a translation of the steps in totality checking into an actual proof in the companion logic M2. We intend in the long term to extend our translation to all of Twelf and to use this work as the basis for producing proofs in the related Abella system.

preprint2012arXiv

Cosmological constraints on the generalized holographic dark energy

We use the Markov ChainMonte Carlo method to investigate global constraints on the generalized holographic (GH) dark energy with flat and non-flat universe from the current observed data: the Union2 dataset of type supernovae Ia (SNIa), high-redshift Gamma-Ray Bursts (GRBs), the observational Hubble data (OHD), the cluster X-ray gas mass fraction, the baryon acoustic oscillation (BAO), and the cosmic microwave background (CMB) data. The most stringent constraints on the GH model parameter are obtained. In addition, it is found that the equation of state for this generalized holographic dark energy can cross over the phantom boundary wde =-1.

preprint2012arXiv

Inhomogeneous and interacting vacuum energy

Vacuum energy is a simple model for dark energy driving an accelerated expansion of the universe. If the vacuum energy is inhomogeneous in spacetime then it must be interacting. We present the general equations for a spacetime-dependent vacuum energy in cosmology, including inhomogeneous perturbations. We show how any dark energy cosmology can be described by an interacting vacuum+matter. Different models for the interaction can lead to different behaviour (e.g., sound speed for dark energy perturbations) and hence could be distinguished by cosmological observations. As an example we present the cosmic microwave microwave background anisotropies and the matter power spectrum for two different versions of a generalised Chaplygin gas cosmology.

preprint2012arXiv

Inhomogeneous vacuum energy

Vacuum energy remains the simplest model of dark energy which could drive the accelerated expansion of the Universe without necessarily introducing any new degrees of freedom. Inhomogeneous vacuum energy is necessarily interacting in general relativity. Although the four-velocity of vacuum energy is undefined, an interacting vacuum has an energy transfer and the vacuum energy defines a particular foliation of spacetime with spatially homogeneous vacuum energy in cosmological solutions. It is possible to give a consistent description of vacuum dynamics and in particular the relativistic equations of motion for inhomogeneous perturbations given a covariant prescription for the vacuum energy, or equivalently the energy transfer four-vector, and we construct gauge-invariant vacuum perturbations. We show that any dark energy cosmology can be decomposed into an interacting vacuum+matter cosmology whose inhomogeneous perturbations obey simple first-order equations.

preprint2012arXiv

Modified Chaplygin Gas as a Unified Dark Matter and Dark Energy Model and Cosmic Constraints

A modified Chaplygin gas model (MCG), $ρ_{MCG}/ρ_{MCG0}=[B_{s}+(1-B_{s})a^{-3(1+B)(1+α)}]^{1/(1+α)}$, as a unified dark matter model and dark energy model is constrained by using current available cosmic observational data points which include type Ia supernovae, baryon acoustic oscillation and the seventh year full WMAP data points. As a contrast to the consideration in the literatures, we {\it do not} separate the MCG into two components, i.e. dark mater and dark energy component, but we take it as a whole energy component-a unified dark sector. By using Markov Chain Monte Carlo method, a tight constraint is obtained: $α= 0.000727_{- 0.00140- 0.00234}^{+ 0.00142+ 0.00391}$, $B=0.000777_{- 0.000302- 0.000697}^{+ 0.000201+ 0.000915}$ and $B_s= 0.782_{- 0.0162- 0.0329}^{+ 0.0163+ 0.0307}$ .}

preprint2012arXiv

Revisiting Generalized Chaplygin Gas as a Unified Dark Matter and Dark Energy Model

In this paper, we revisit generalized Chaplygin gas (GCG) model as a unified dark matter and dark energy model. The energy density of GCG model is given as $ρ_{GCG}/ρ_{GCG0}=[B_{s}+(1-B_{s})a^{-3(1+α)}]^{1/(1+α)}$, where $α$ and $B_s$ are two model parameters which will be constrained by type Ia supernova as standard candles, baryon acoustic oscillation as standard rulers and the seventh year full WMAP data points. In this paper, we will not separate GCG into dark matter and dark energy parts any more as adopted in the literatures. By using Markov Chain Monte Carlo method, we find the result: $α=0.00126_{- 0.00126- 0.00126}^{+ 0.000970+ 0.00268}$ and $B_s= 0.775_{- 0.0161- 0.0338}^{+ 0.0161+ 0.0307}$.

preprint2012arXiv

Unified Dark Fluid with Constant Adiabatic Sound Speed and Cosmic Constraints

As is known above 90% of the energy content in Universe is made of unknown dark component. Usually this dark fluid is separated into two parts: dark matter and dark energy. However, it may be a mixture of these two energy components, or just one exotic unknown fluid. This property is dubbed as dark degeneracy. With this motivation, in this paper, a unified dark fluid having constant adiabatic sound speed $c_s^2=α$, which is in the range $[0,1]$, is studied. At first, via the energy conservation equation, its energy density, $ρ_d/ρ_{d0}=(1-B_s)+B_s a^{-3(1+α)}$ where $B_s$ is related to integration constant from energy conservation equation as another model parameter, is presented. Then by using Markov Chain Monte Carlo method with currently available cosmic observational data sets which include type Ia supernova Union 2, baryon acoustic oscillation and WMAP 7-year data of cosmic background radiation, we show that small values of $α$ are favored in this unified dark fluid model. Furthermore, we show that smaller values of $α<10^{-5}$ are required to match matter (baryon) power spectrum from SDSS DR7.

preprint2011arXiv

CMB Temperature and Matter Power Spectrum in a Decay Vacuum Dark Energy Model

In this paper, a decay vacuum model $\barρ_Λ=3σM_p^2H_0 H$ is revisited by detailed analysis of background evolution and perturbation equations. We show the imprints on CMB temperature and matter power spectrum from the effective coupling terms between dark sectors by comparing to the standard cosmological constant model and observational data points (WMAP7 and SDSS DR7). We find that the decay vacuum model can describe the expansion rate at late times as well as the standard cosmological constant model but it fails to simultaneously reproduce the observed CMB and matter power spectrum. Its generalization $\barρ_Λ=3M_p^2(ξ_1 H_0 H+ξ_2 H^2)$ is also discussed. Detailed analysis of the background evolution shows that the dimensionless parameter $ξ_{2}$ would be zero to avoid the unnatural 'fine tuning' and to keep the positivity of energy density of dark matter and dark energy in the early epoch.

preprint2011arXiv

Cosmography: Supernovae Union2, Baryon Acoustic Oscillation, Observational Hubble Data and Gamma Ray Bursts

In this paper, a parametrization describing the kinematical state of the universe via cosmographic approach is considered, where the minimum input is the assumption of the cosmological principle, i.e. the Friedmann-Robertson-Walker metric. A distinguished feature is that the result does not depend on any gravity theory and dark energy models. As a result, a series of cosmographic parameters (deceleration parameter $q_0$, jerk parameter $j_0$ and snap parameter $s_0$) are constrained from the cosmic observations which include type Ia supernovae (SN) Union2, the Baryon Acoustic Oscillation (BAO), the observational Hubble data (OHD), the high redshift Gamma ray bursts (GRBs). By using Markov Chain Monte Carlo (MCMC) method, we find the best fit values of cosmographic parameters in $1σ$ regions: $H_0=74.299^{+4.932}_{-4.287}$, $q_0=-0.386^{+0.655}_{-0.618}$, $j_0=-4.925^{+6.658}_{-7.297}$ and $s_0=-26.404^{+20.964}_{-9.097}$ which are improved remarkably. The values of $q_0$ and $j_0$ are consistent with flat $Λ$CDM model in $1σ$ region. But the value of $s_0$ of flat $Λ$CDM model will go beyond the $1σ$ region.

preprint2011arXiv

Probing Ricci dark energy model with perturbations by using WMAP seven-year cosmic microwave background measurements, BAO and Type Ia supernovae

In this paper, we investigate the Ricci dark energy model with perturbations through the joint constraints of current cosmological data sets from dynamical and geometrical perspectives. We use the full cosmic microwave background information from WMAP seven-year data, the baryon acoustic oscillations from the Sloan Digital Sky Survey and the Two Degree Galaxy Redshift Survey, and type Ia supernovae from the Union2 compilation of the Supernova Cosmology Project Collaboration. A global constraint is performed by employing the Markov chain Monte Carlo method. With the best-fitting results, we show the differences of cosmic microwave background power spectra and background evolutions for the cosmological constant model and Ricci dark energy model with perturbations.

preprint2010arXiv

Cosmic Constraint to DGP Brane Model: Geometrical and Dynamical Perspectives

In this paper, the Dvali-Gabadadze-Porrati (DGP) brane model is confronted by current cosmic observational data sets from geometrical and dynamical perspectives. On the geometrical side, the recent released Union2 $557$ of type Ia supernovae (SN Ia), the baryon acoustic oscillation (BAO) from Sloan Digital Sky Survey and the Two Degree Galaxy Redshift Survey (transverse and radial to line-of-sight data points), the cosmic microwave background (CMB) measurement given by the seven-year Wilkinson Microwave Anisotropy Probe observations (shift parameters $R$, $l_a(z_\ast)$ and redshift at the last scatter surface $z_\ast$), ages of high redshifts galaxies, i.e. the lookback time (LT) and the high redshift Gamma Ray Bursts (GRBs) are used. On the dynamical side, data points about the growth function (GF) of matter linear perturbations are used. Using the same data sets combination, we also constrain the flat $Λ$CDM model as a comparison. The results show that current geometrical and dynamical observational data sets much favor flat $Λ$CDM model and the departure from it is above $4σ$($6σ$) for spatially flat DGP model with(without) SN systematic errors. The consistence of growth function data points is checked in terms of relative departure of redshift-distance relation.

preprint2010arXiv

Current Observational Constraints to Holographic Dark Energy Model with New Infrared cut-off via Markov Chain Monte Carlo Method

In this paper, the holographic dark energy model with new infrared (IR) cut-off for both the flat case and the non-flat case are confronted with the combined constraints of current cosmological observations: type Ia Supernovae, Baryon Acoustic Oscillations, current Cosmic Microwave Background, and the observational hubble data. By utilizing the Markov Chain Monte Carlo (MCMC) method, we obtain the best fit values of the parameters with $1σ, 2σ$ errors in the flat model: $Ω_{b}h^2=0.0233^{+0.0009 +0.0013}_{-0.0009 -0.0014}$, $α=0.8502^{+0.0984 +0.1299}_{-0.0875 -0.1064}$, $β=0.4817^{+0.0842 +0.1176}_{-0.0773 -0.0955}$, $Ω_{de0}=0.7287^{+0.0296 +0.0432}_{-0.0294 -0.0429}$, $Ω_{m0}=0.2713^{+0.0294 +0.0429}_{-0.0296 -0.0432}$, $H_0=66.35^{+2.38 +3.35}_{-2.14 -3.07}$. In the non-flat model, the constraint results are found in $1σ, 2σ$ regions: $Ω_{b}h^2=0.0228^{+0.0010 +0.0014}_{-0.0010 -0.0014}$, $Ω_k=0.0305^{+0.0092 +0.0140}_{-0.0134 -0.0176}$, $α=0.8824^{+0.2180 +0.2213}_{-0.1163 -0.1378}$, $β=0.5016^{+0.0973 +0.1247}_{-0.0871 -0.1102}$, $Ω_{de0}=0.6934^{+0.0364 +0.0495}_{-0.0304 -0.0413}$, $Ω_{m0}=0.2762^{+0.0278 +0.0402}_{-0.0320 -0.0412}$, $H_0=70.20^{+3.03 +3.58}_{-3.17 -4.00}$. In the best fit holographic dark energy models, the equation of state of dark energy and the deceleration parameter at present are characterized by $w_{de0}=-1.1414\pm0.0608, q_0=-0.7476\pm0.0466$ (flat case) and $w_{de0}=-1.0653\pm0.0661, q_0=-0.6231\pm0.0569$ (non-flat case). Compared to the $Λ\textmd{CDM}$ model, it is found the current combined datasets do not favor the holographic dark energy model over the $Λ\textmd{CDM}$ model.

preprint2010arXiv

Observational Constraints to Ricci Dark Energy Model by Using: SN, BAO, OHD, fgas Data Sets

In this paper, we perform a global constraint on the Ricci dark energy model with both the flat case and the non-flat case, using the Markov Chain Monte Carlo (MCMC) method and the combined observational data from the cluster X-ray gas mass fraction, Supernovae of type Ia (397), baryon acoustic oscillations, current Cosmic Microwave Background, and the observational Hubble function. In the flat model, we obtain the best fit values of the parameters in $1σ, 2σ$ regions: $Ω_{m0}=0.2927^{+0.0420 +0.0542}_{-0.0323 -0.0388}$, $α=0.3823^{+0.0331 +0.0415}_{-0.0418 -0.0541}$, $Age/Gyr=13.48^{+0.13 +0.17}_{-0.16 -0.21}$, $H_0=69.09^{+2.56 +3.09}_{-2.37 -3.39}$. In the non-flat model, the best fit parameters are found in $1σ, 2σ$ regions:$Ω_{m0}=0.3003^{+0.0367 +0.0429}_{-0.0371 -0.0423}$, $α=0.3845^{+0.0386 +0.0521}_{-0.0474 -0.0523}$, $Ω_k=0.0240^{+0.0109 +0.0133}_{-0.0130 -0.0153}$, $Age/Gyr=12.54^{+0.51 +0.65}_{-0.37 -0.49}$, $H_0=72.89^{+3.31 +3.88}_{-3.05 -3.72}$. Compared to the constraint results in the $Λ\textmd{CDM}$ model by using the same datasets, it is shown that the current combined datasets prefer the $Λ\textmd{CDM}$ model to the Ricci dark energy model.

preprint2010arXiv

Reconstructing Dark Energy Potentials From Parameterized Deceleration Parameters

In this paper, the properties of dark energy are investigated according to the parameterized deceleration parameter $q(z)$, which is used to describe the extent of the accelerating expansion of the universe. The potential of dark energy $V(ϕ)$ and the cosmological parameters, such as the dimensionless energy density $Ω_ϕ$, $Ω_{m}$, and the state parameter $w_ϕ$, are connected to it. Concretely, by giving two kinds of parameterized deceleration parameters $q(z)=a+\frac{bz}{1+z}$ and $q(z)=1/2+\frac{az+b}{(1+z)^2}$, the evolution of these parameters and the reconstructed potentials $V(ϕ)$ are plotted and analyzed. It's found that the potentials run away with the evolution of universe.

preprint2010arXiv

Testing the Consistence of Gamma Ray Burst Data-set and Supernovae Union2

In this paper, we test the consistency of Gamma Ray Bursts (GRBs) Data-set and Supernovae Union2 (SNU2) via the so-called {\it multi-dimensional consistency test} under the assumption that $Λ$CDM model is a potentially correct cosmological model. We find that the probes are inconsistent with $1.456σ$ and $85.47%$ in terms of probability. With this observation, it is concluded that GRBs can be combined with SNU2 to constrain cosmological models.

preprint2010arXiv

The Integrated Sachs-Wolfe Effect in Time Varying Vacuum Model

The integrated Sachs-Wolfe (ISW) effect is an important implication for dark energy. In this paper, we have calculated the power spectrum of the ISW effect in the time varying vacuum cosmological model, where the model parameter $β=4.407$ is obtained by the observational constraint of the growth rate. It's found that the source of the ISW effect is not only affected by the different evolutions of the Hubble function $H(a)$ and the dimensionless matter density $Ω_m(a)$, but also by the different growth function $D_+(a)$, all of which are changed due to the presence of matter production term in the time varying vacuum model. However, the difference of the ISW effect in $Λ(t)\textmd{CDM}$ model and $Λ\textmd{CDM}$ model is lessened to a certain extent due to the integration from the time of last scattering to the present. It's implied that the observations of the galaxies with high redshift are required to distinguish the two models.