changed some gfx
added tex comments
This commit is contained in:
@@ -73,8 +73,12 @@ Walking upstairs sets $ \mu_{\text{step}} = \SI{0.4}{\meter}$, $ \sigma_{\text{s
|
||||
\label{fig:particles}
|
||||
\end{figure}
|
||||
At first, both FBS and BS are compared in context of fixed-interval smoothing.
|
||||
As a reminder, fixed-interval smoother are using all observations until time $T$ therefore run offline, after the filtering procedure is finished.
|
||||
Thus, we calculate only the positional error between estimation and ground truth, since timely information are negligible.
|
||||
As a reminder, fixed-interval smoother are \commentByFrank{smootherS? oder IS using?} using all observations until time $T$
|
||||
\commentByFrank{AND therefore run offline?}
|
||||
therefore run offline, after the filtering procedure is finished.
|
||||
Thus, we calculate only the positional error between estimation and ground truth, since timely
|
||||
\commentByFrank{timeLY passt IMHO hier nicht weil auf information bezogen -> kein adverb. time information? time-based information? timed information?}
|
||||
information are negligible.
|
||||
%
|
||||
In contrast to BS, the FBS is not able to improve the results using the weighted arithmetic mean for estimating the current position.
|
||||
Fig. \ref{fig:particles} illustrates the filtered and smoothed particle set at a certain time step on path 4.
|
||||
@@ -110,9 +114,13 @@ Here, the filter offers a lower approximation and positional error in regard to
|
||||
However it is obvious that smoothing causes the estimation to behave more natural, due to the restrictive smoothing transition, instead of walking the supposed path.
|
||||
This phenomena could be observed for both smoothers respectively.
|
||||
|
||||
At next, we discuss the advantages and disadvantages of utilizing FBS and BS as fixed-lag smoother.
|
||||
Compared to fixed-interval smoothing, timely errors are now of higher importance due to an interest on real-time localization.
|
||||
Especially interesting in this context are small lags $\tau < 10$ considering filter updates near \SI{500}{\milli\second}.
|
||||
At next, we discuss the advantages and disadvantages of utilising FBS and BS as fixed-lag smoother.
|
||||
Compared to fixed-interval smoothing, timely
|
||||
\commentByFrank{timeLY ist IMHO hier falsch, weil es sich auf error bezieht -> kein adverb. timeED errors? timing errors? time errors? time-based errors?}
|
||||
errors are now of higher importance due to an interest on real-time localization.
|
||||
Especially interesting in this context are small lags $\tau < 10$
|
||||
\commentByFrank{WARUM sind die interesining? -> weil es fuer echtzeitsysteme brauchbar ist? falls noch platz ist, kurzer satz?}
|
||||
considering filter updates near \SI{500}{\milli\second}.
|
||||
Fig. \ref{fig:lag_comp_path4} illustrates the different estimations for path 4 using a fixed-lag $\tau = 5$.
|
||||
The associated approximation errors alongside the path can additionally be seen in fig. \ref{fig:lag_error_path4}.
|
||||
Due to the small number of sample realisations for BS and the additional resampling for FBS, the errors are changing very frequently in contrast to the filter.
|
||||
@@ -127,7 +135,11 @@ For better distinction, the path was divided into $10$ individual segments.
|
||||
\begin{figure}
|
||||
\centering
|
||||
\input{gfx/eval/lag_path4_comp/error_timed}
|
||||
\caption{Error development while walking along Path 4 using the Nexus 6. Especially in segments including floor changes, the error is reduced visibly by using smoothing methods.}
|
||||
\caption{%
|
||||
Error development while walking along Path 4 using the Nexus 6.
|
||||
Especially in segments including floor changes, the error is reduced visibly by using smoothing methods.
|
||||
The black line denotes the activity detected during each timestep.
|
||||
}
|
||||
\label{fig:lag_error_path4}
|
||||
\end{figure}
|
||||
%
|
||||
@@ -139,18 +151,18 @@ Here, the BS is able to slightly improve the path, whereas the FBS follows the f
|
||||
%Due to an in-house exhibition during the time of recording, we had to leave the ground truth by a few meters and Wi-Fi was strongly attenuated.
|
||||
By looking at fig. \ref{fig:lag_comp_path4} seg. 9 it seems that both smoothing methods are highly improving the error.
|
||||
However, the approximation error in this area is similar to the filter and only the positional error decreases.
|
||||
This timely error is caused by a phenomenon we call Wi-Fi jump.
|
||||
This timely error \commentByFrank{same here: LY} is caused by a phenomenon we call Wi-Fi jump.
|
||||
Especially in seg. 8 and 9 a big crowd was gathered and highly attenuated the Wi-Fi signal.
|
||||
For an excessive amount of time, the absolute location estimated by the Wi-Fi component got stuck in the middle of seg. 8 and therefore delayed the estimation.
|
||||
The next viable measurements were then provided at the end of seg. 9.
|
||||
This suggests that the here presented smoothing transition is able to improve the estimated path visibly, but does not compensate for those jumps in a timely manner.
|
||||
This suggests that the here presented smoothing transition is able to improve the estimated path visibly, but does not compensate for those jumps in a timely manner. \commentByFrank{hier auch, denke ich}
|
||||
Finally, the BS provides an approximation error alongside all paths of $\SI{6.48}{\meter}$ for the Galaxy and $\SI{4.47}{\meter}$ for the Nexus, while filtering resulted in $\SI{7.92}{\meter}$ and $\SI{5.50}{\meter}$ respectively.
|
||||
Whereas FBS improves the Galaxy's estimation from $\SI{7.73}{\meter}$ to $\SI{6.68}{\meter}$ and from $\SI{5.66}{\meter}$ to $\SI{4.80}{\meter}$ for the Nexus.
|
||||
As stated before, the main advantage of BS over FBS is the better computational time by just using a sub-set of particles for calculations.
|
||||
|
||||
Reducing the number of particles down to $500$ does not necessarily worsen the estimation.
|
||||
In most cases smoothing compensates for this reduction and maintains the good results.
|
||||
Besides changing the number of particles, it is also possible the variate the lag.
|
||||
Besides changing the number of particles, it is also possible the \commentByFrank{possible TO?} variate the lag.
|
||||
As one would expect, increasing the lag causes the smoothed estimation to approach the results provided by fixed-interval smoothing.
|
||||
%This can be verified by looking at fig. \ref{}, which is a detailed view of segment XX of path 4 (cf. fig. \ref{fig:intcomp}).
|
||||
It is obvious that a lag of \SI{30}{} time steps has access to much more future observations and is therefore able to obtain such a result.
|
||||
|
||||
Reference in New Issue
Block a user