4,928 research outputs found
A compact imaging spectrometer for studies of space vehicle induced environment emissions
On the basis of spectral measurements made from the Space Shuttle and on models of the possible Space Station external environment, it appears likely that, even at the planned altitudes of Space Station, photon emissions will be induced. These emissions will occur to some degree throughout the UV-visible-IR spectrum. The emissions arise from a combination of processes including gas phase collisions between relatively energetic ambient and surface emitted or re-emitted atoms or molecules, where the surface raises some species to excited energy states. At present it is not possible to model these processes or the anticipated intensity levels with accuracy, as a number of fundamental parameters needed for such calculations are still poorly known or unknown. However, it is possible that certain spectral line and band features will exceed the desired goal that contaminant emissions not exceed the natural zodiacal background. However, in the near infrared and infrared, it appears that this level will be exceeded to a significant degree. Therefore it will be necessary to monitor emission levels in the vicinity of Space Station, both in order to establish the levels and to better model the environment. In this note, we briefly describe a small spectrometer that is suitable for monitoring the spectrum from 1200A to less than or approximately 12,000A. This instrument uses focal plane array detectors to image this full spectral range simultaneously. The spectral resolution is 4 to 12A, depending on the portion of the wavelength range
Interpretation of the N2 LBH glow observed on the S3-4 spacecraft
Emissions in the vacuum ultraviolet Lyman-Birge-Hopfield (LBH) bands of N2 were observed at night from the S3-4 spacecraft and from the Space Shuttle. No atmospheric source of this emission was identified. Conway et al. have reported that the intensity of the S3-4 LBH emission varied as the cube power of the N2 or N2O concentration. A vehicle-atmosphere interaction was suggested as the source but it was found that the needed excitation cross section would have to be unacceptably large. Recent models of the gas concentration build-up around large space vehicles predict concentrations that may be consistent with the observe LBH intensity variation with altitude. The emission in the model is generated primarily by secondary collisional excitation by ambient N2 and/or O of desorbed metastable molecular constituents. A Chapman-like production function in the induced gaseous environment results in the observed cube power of the N2 concentration altitude variation. A cross section of approximately 2.5 x 10(-18) sq cm is required for excitation of desorbed metastable N2(A) to the N2 (a 1 Pi g) state to account for the observed intensities
Space station contamination study: Assessment of contaminant spectral brightness
The assessment of spectral brightness resulting from the ambient-contaminant interaction requires a knowledge of the details of cross sections and excitation mechanisms. The approach adopted was to utilize the spectral brightness measurements made on Spacelab 1 and on the S3-4 spacecraft to identify source mechanisms, key cross sections and hence, the abundance of contaminant species. These inferred abundances were then used to update the composition comprising the total column concentrations predicted by the Science and Engineering Associates' configuration contamination model for the Space Station and to scale the irradiances to four altitudes: 300, 350, 400, and 463 km. The concentration irradiances are compared with zodiacal natural background levels. The results demonstrate that emissive contamination is significantly more severe than anticipated. It is shown that spectral emissions can become competitive with the zodiacal background up to altitudes as high as 400 km for the vacuum ultraviolet and visible emissions
Compact imaging spectrometer for induced emissions
On the basis of spectral measurements made from the Space Shuttle and on models of the possible Space Station external environment, it appears likely that, even at the planned altitudes of Space Station, photon emissions will be induced. These emissions will occur to some degree throughout the ultraviolet-visible-infrared spectrum. The emissions arise from a combination of processes including gas phase collisions between relatively energetic ambient and surface emitted or re-emitted atoms or molecules, where the surface raises some species to excited energy states. At the present time it is not possible to model these processes or the anticipated intensity levels with any accuracy, as a number of fundamental parameters needed for such calculations are still poorly known or unknown. However, it is possible that certain spectral line and band features will exceed the desired goal that concomitant emissions not exceed the natural zodiacal background. Also, in the near infrared and infrared, it appears that this level will be exceeded to a significant degree. Therefore it will be necessary to monitor emission levels in the vicinity of Space Station, both in order to establish the levels and to better model the environment. A small spectrometer is briefly described which is suitable for monitoring the spectrum from 1200 A to less than or equal to 12,000 A. The instrument uses focal plane array detectors to image this full spectral range simultaneously. The spectral resolution is 4 to 12 A, depending on the portion of the wavelength range
New experiments to constrain the coefficients of the Robertson transformations for inertial systems
A feasibility study was conducted to evaluate a measurement of the variability in the one-way speed of light by a direct-time-of-flight approach. The proposed experiment design was successfully completed and the initial tests indicated that the approach is viable
Discovering Class-Specific Pixels for Weakly-Supervised Semantic Segmentation
We propose an approach to discover class-specific pixels for the
weakly-supervised semantic segmentation task. We show that properly combining
saliency and attention maps allows us to obtain reliable cues capable of
significantly boosting the performance. First, we propose a simple yet powerful
hierarchical approach to discover the class-agnostic salient regions, obtained
using a salient object detector, which otherwise would be ignored. Second, we
use fully convolutional attention maps to reliably localize the class-specific
regions in a given image. We combine these two cues to discover class-specific
pixels which are then used as an approximate ground truth for training a CNN.
While solving the weakly supervised semantic segmentation task, we ensure that
the image-level classification task is also solved in order to enforce the CNN
to assign at least one pixel to each object present in the image.
Experimentally, on the PASCAL VOC12 val and test sets, we obtain the mIoU of
60.8% and 61.9%, achieving the performance gains of 5.1% and 5.2% compared to
the published state-of-the-art results. The code is made publicly available
Alpha MAML: Adaptive Model-Agnostic Meta-Learning
Model-agnostic meta-learning (MAML) is a meta-learning technique to train a
model on a multitude of learning tasks in a way that primes the model for
few-shot learning of new tasks. The MAML algorithm performs well on few-shot
learning problems in classification, regression, and fine-tuning of policy
gradients in reinforcement learning, but comes with the need for costly
hyperparameter tuning for training stability. We address this shortcoming by
introducing an extension to MAML, called Alpha MAML, to incorporate an online
hyperparameter adaptation scheme that eliminates the need to tune meta-learning
and learning rates. Our results with the Omniglot database demonstrate a
substantial reduction in the need to tune MAML training hyperparameters and
improvement to training stability with less sensitivity to hyperparameter
choice.Comment: 6th ICML Workshop on Automated Machine Learning (2019
Deep Virtual Networks for Memory Efficient Inference of Multiple Tasks
Deep networks consume a large amount of memory by their nature. A natural
question arises can we reduce that memory requirement whilst maintaining
performance. In particular, in this work we address the problem of memory
efficient learning for multiple tasks. To this end, we propose a novel network
architecture producing multiple networks of different configurations, termed
deep virtual networks (DVNs), for different tasks. Each DVN is specialized for
a single task and structured hierarchically. The hierarchical structure, which
contains multiple levels of hierarchy corresponding to different numbers of
parameters, enables multiple inference for different memory budgets. The
building block of a deep virtual network is based on a disjoint collection of
parameters of a network, which we call a unit. The lowest level of hierarchy in
a deep virtual network is a unit, and higher levels of hierarchy contain lower
levels' units and other additional units. Given a budget on the number of
parameters, a different level of a deep virtual network can be chosen to
perform the task. A unit can be shared by different DVNs, allowing multiple
DVNs in a single network. In addition, shared units provide assistance to the
target task with additional knowledge learned from another tasks. This
cooperative configuration of DVNs makes it possible to handle different tasks
in a memory-aware manner. Our experiments show that the proposed method
outperforms existing approaches for multiple tasks. Notably, ours is more
efficient than others as it allows memory-aware inference for all tasks.Comment: CVPR 201
The UV-VIS optical environment of the shuttle
During the Spacelab 1 shuttle mission, spectroscopic measurements were made of the atmospheric emissions over a broad wavelength range extending from the extreme ultraviolet to the near infrared. Those measurements were made under a variety of vehicle attitude and sunlight conditions. Superimposed on such spectra would be any features associated with the induced vehicle environment and its interaction with solar photons and the ambient neutral atmosphere and plasma. Various anomalies and unexpected features in the spectra from the perspective of possible shuttle-induced origins are discussed. The data indicate a dramatic cleanup of the vehicle environment over the course of the 10-day mission, a strong non-atmospheric red continuum underlying the spectra at night and at large angles to the velocity vector, and a variety of molecular band distributions which are not explained by the present understanding of the atmosphere
A possible glow experiment for the EOM 1-2 mission
A possible opportunity for study of surface glow exists during the Environmental Observation Mission (EOM) 1-2 mission scheduled for launch on September 3, 1986. The EOM 1-2 payload includes spectroscopic and photometric instruments which operate in wavelength regions of great interest to the glow assessment activity. However, as in the case of many remote sensing instruments, these are located in the payload bay in such a way as to avoid viewing any shuttle or payload surfaces. If these instruments are to measure the spectral characteristics of surfaces, it is necessary for such surfaces to be positioned in the field of view of these instruments for the duration of the particular measurement sequence. It is possible that the shuttle of which the EOM 1-2 payload flies will have an Remote Manipulator System (RMS) in place. An assessment has shown that it is indeed feasible to place a four-sided cuff around the end of the RMS. The four sides, each coated with a different material, can then be positioned in turn above the instruments, and in such a way that the surface is alternately pointed into the ram and into the wake
- …
